diff options
author | yenatch <yenatch@gmail.com> | 2013-08-20 02:55:14 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-20 02:55:14 -0400 |
commit | 5fe7c6bb67c3c252f394bb71739c0ba0ef045519 (patch) | |
tree | a4de129344c0ae570330ecd3c9314a5911a19b41 /main.asm | |
parent | 29085399a2342a104c1afd0b9fea5b6d6d7455a3 (diff) |
johto/kanto maps
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -60936,19 +60936,21 @@ TownMapPlayerIcon: ; 91fa6 ; 0x91ff2 Function91ff2: ; 91ff2 - ld hl, $4ba0 + ld hl, TownMapGFX ld de, VTiles2 - ld bc, $3e30 + ld bc, BANK(TownMapGFX) << 8 + $30 call Functione73 ret ; 91fff -JohtoMap: -INCBIN "baserom.gbc", $91fff, $92168 - $91fff +JohtoMap: ; 91fff +INCBIN "gfx/misc/johto.bin" +; 92168 -KantoMap: -INCBIN "baserom.gbc", $92168, $922d1 - $92168 +KantoMap: ; 92168 +INCBIN "gfx/misc/kanto.bin" +; 922d1 INCBIN "baserom.gbc", $922d1, $92402 - $922d1 |