diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/map_header_banks.asm | 6 | ||||
-rw-r--r-- | data/map_header_pointers.asm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 047dcc87..e3a1a10a 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -119,10 +119,10 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db $1d ; unused db $1d ; unused db BANK(HallofFameRoom_h) - db $18 ; db BANK(UndergroundPathNS_h) + db BANK(UndergroundPathNS_h) db BANK(Gary_h) - db $18 ; db BANK(UndergroundPathWE_h) - db $11 ; db BANK(CeladonMart1_h) + db BANK(UndergroundPathWE_h) + db BANK(CeladonMart1_h) db $15 ; db BANK(CeladonMart2_h) db $12 ; db BANK(CeladonMart3_h) db $12 ; db BANK(CeladonMart4_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 9809a532..4f7b8fdd 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -122,7 +122,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw UndergroundPathNS_h dw Gary_h ;id=120 dw UndergroundPathWE_h - dw $42b7 ; dw CeladonMart1_h + dw CeladonMart1_h dw $60d9 ; dw CeladonMart2_h dw $4157 ; dw CeladonMart3_h dw $4251 ; dw CeladonMart4_h |