aboutsummaryrefslogtreecommitdiffstats
path: root/data/map_header_banks.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-03 23:25:35 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-03 23:25:35 -0400
commit63123f9ad3fa18057811c29c7e3542ebf683d219 (patch)
tree415c6d959e424514194a05da932ef1f384a1bd37 /data/map_header_banks.asm
parentSilph Co 11F (diff)
downloadpokeyellow-63123f9ad3fa18057811c29c7e3542ebf683d219.tar.gz
pokeyellow-63123f9ad3fa18057811c29c7e3542ebf683d219.tar.xz
pokeyellow-63123f9ad3fa18057811c29c7e3542ebf683d219.zip
Remaining maps in bank 1D (and the whole ROM)
Diffstat (limited to 'data/map_header_banks.asm')
-rw-r--r--data/map_header_banks.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm
index 01d33040..eef36242 100644
--- a/data/map_header_banks.asm
+++ b/data/map_header_banks.asm
@@ -228,9 +228,9 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
db BANK(SafariZoneRestHouse4_h)
db BANK(UnknownDungeon2_h)
db BANK(UnknownDungeon3_h)
- db $1d ; db BANK(UnknownDungeon1_h)
+ db BANK(UnknownDungeon1_h)
db BANK(NameRater_h)
- db $1d ; db BANK(CeruleanHouse2_h)
+ db BANK(CeruleanHouse2_h)
db $01 ; unused
db BANK(RockTunnel2_h)
db BANK(SilphCo9_h)
@@ -245,7 +245,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
db $11 ; unused
db $11 ; unused
db $11 ; unused
- db $1d ; db BANK(Lorelei_h)
- db $1d ; db BANK(Bruno_h)
- db $1d ; db BANK(Agatha_h)
+ db BANK(Lorelei_h)
+ db BANK(Bruno_h)
+ db BANK(Agatha_h)
db BANK(BeachHouse_h)