aboutsummaryrefslogtreecommitdiffstats
path: root/data/map_header_banks.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-31 18:24:47 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-31 18:24:47 -0400
commit3fe30c7dbf29e749c19fcc552d9fc3ec60b845ab (patch)
tree49c71102648b78a8a2d13f3cfd5184ab16f39fd1 /data/map_header_banks.asm
parentUnderground Paths (diff)
downloadpokeyellow-3fe30c7dbf29e749c19fcc552d9fc3ec60b845ab.tar.gz
pokeyellow-3fe30c7dbf29e749c19fcc552d9fc3ec60b845ab.tar.xz
pokeyellow-3fe30c7dbf29e749c19fcc552d9fc3ec60b845ab.zip
Celadon Mart 1F
Diffstat (limited to 'data/map_header_banks.asm')
-rw-r--r--data/map_header_banks.asm6
1 files changed, 3 insertions, 3 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)