mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
johto/kanto maps
This commit is contained in:
parent
29085399a2
commit
5fe7c6bb67
BIN
gfx/misc/johto.bin
Normal file
BIN
gfx/misc/johto.bin
Normal file
Binary file not shown.
BIN
gfx/misc/kanto.bin
Normal file
BIN
gfx/misc/kanto.bin
Normal file
Binary file not shown.
14
main.asm
14
main.asm
@ -60936,19 +60936,21 @@ TownMapPlayerIcon: ; 91fa6
|
|||||||
; 0x91ff2
|
; 0x91ff2
|
||||||
|
|
||||||
Function91ff2: ; 91ff2
|
Function91ff2: ; 91ff2
|
||||||
ld hl, $4ba0
|
ld hl, TownMapGFX
|
||||||
ld de, VTiles2
|
ld de, VTiles2
|
||||||
ld bc, $3e30
|
ld bc, BANK(TownMapGFX) << 8 + $30
|
||||||
call Functione73
|
call Functione73
|
||||||
ret
|
ret
|
||||||
; 91fff
|
; 91fff
|
||||||
|
|
||||||
|
|
||||||
JohtoMap:
|
JohtoMap: ; 91fff
|
||||||
INCBIN "baserom.gbc", $91fff, $92168 - $91fff
|
INCBIN "gfx/misc/johto.bin"
|
||||||
|
; 92168
|
||||||
|
|
||||||
KantoMap:
|
KantoMap: ; 92168
|
||||||
INCBIN "baserom.gbc", $92168, $922d1 - $92168
|
INCBIN "gfx/misc/kanto.bin"
|
||||||
|
; 922d1
|
||||||
|
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $922d1, $92402 - $922d1
|
INCBIN "baserom.gbc", $922d1, $92402 - $922d1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user