aboutsummaryrefslogtreecommitdiffstats
path: root/data/map_header_banks.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-02 14:53:06 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-02 14:53:06 -0400
commit68b566d0b2656eee33b0be7d29b98583b6aadc4c (patch)
treee5fa5586c35ec2d70810a95ac4e236cdeeffb649 /data/map_header_banks.asm
parentSaffron Mart, Pokecenter, and Silph 1F (diff)
downloadpokeyellow-68b566d0b2656eee33b0be7d29b98583b6aadc4c.tar.gz
pokeyellow-68b566d0b2656eee33b0be7d29b98583b6aadc4c.tar.xz
pokeyellow-68b566d0b2656eee33b0be7d29b98583b6aadc4c.zip
Route 15, 16, and 18 gates
Diffstat (limited to 'data/map_header_banks.asm')
-rw-r--r--data/map_header_banks.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm
index 322d2eb8..a552d9fa 100644
--- a/data/map_header_banks.asm
+++ b/data/map_header_banks.asm
@@ -184,14 +184,14 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
db BANK(SilphCo1_h)
db BANK(SaffronPokecenter_h)
db BANK(SaffronHouse2_h)
- db $12 ; db BANK(Route15Gate_h)
- db $12 ; db BANK(Route15GateUpstairs_h)
- db $12 ; db BANK(Route16Gate_h)
- db $12 ; db BANK(Route16GateUpstairs_h)
+ db BANK(Route15Gate_h)
+ db BANK(Route15GateUpstairs_h)
+ db BANK(Route16Gate_h)
+ db BANK(Route16GateUpstairs_h)
db $07 ; db BANK(Route16House_h)
db $15 ; db BANK(Route12House_h)
- db $12 ; db BANK(Route18Gate_h)
- db $12 ; db BANK(Route18GateUpstairs_h)
+ db BANK(Route18Gate_h)
+ db BANK(Route18GateUpstairs_h)
db $11 ; db BANK(SeafoamIslands1_h)
db $07 ; db BANK(Route22Gate_h)
db $14 ; db BANK(VictoryRoad2_h)