diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 18:25:34 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 18:25:34 -0400 |
| commit | faaf1c434677274e5e607a6e369eb8d4ff58442c (patch) | |
| tree | 64a27dec53ed653708010ffb99772c1a1bcbcaaf /data/map_header_banks.asm | |
| parent | Digletts Cave Route 11 Entrance (diff) | |
| download | pokeyellow-faaf1c434677274e5e607a6e369eb8d4ff58442c.tar.gz pokeyellow-faaf1c434677274e5e607a6e369eb8d4ff58442c.tar.xz pokeyellow-faaf1c434677274e5e607a6e369eb8d4ff58442c.zip | |
Routes 11 and 12 gates
Diffstat (limited to 'data/map_header_banks.asm')
| -rw-r--r-- | data/map_header_banks.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 40cd151f..9fa97ec0 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -84,10 +84,10 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(RockTunnelPokecenter_h) db BANK(RockTunnel1_h) db BANK(PowerPlant_h) - db $12 ; db BANK(Route11Gate_h) + db BANK(Route11Gate_h) db BANK(DiglettsCaveEntranceRoute11_h) - db $12 ; db BANK(Route11GateUpstairs_h) - db $12 ; db BANK(Route12Gate_h) + db BANK(Route11GateUpstairs_h) + db BANK(Route12Gate_h) db $07 ; db BANK(BillsHouse_h) db $17 ; db BANK(VermilionPokecenter_h) db $16 ; db BANK(FanClub_h) |
