diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 16:04:45 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 16:04:45 -0400 |
| commit | 38f3f3b6ea5d81e6eb1a12132759824891099194 (patch) | |
| tree | 1b67eca7e290166acd750eeb6d3a929a2fad1dfd /data/map_header_banks.asm | |
| parent | Rock Tunnel Pokecenter (diff) | |
| download | pokeyellow-38f3f3b6ea5d81e6eb1a12132759824891099194.tar.gz pokeyellow-38f3f3b6ea5d81e6eb1a12132759824891099194.tar.xz pokeyellow-38f3f3b6ea5d81e6eb1a12132759824891099194.zip | |
Rock Tunnel 1
Diffstat (limited to 'data/map_header_banks.asm')
| -rw-r--r-- | data/map_header_banks.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 95279061..86e7e0e3 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -82,7 +82,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route8Gate_h) db BANK(UndergroundPathEntranceRoute8_h) db BANK(RockTunnelPokecenter_h) - db $11 ; db BANK(RockTunnel1_h) + db BANK(RockTunnel1_h) db $07 ; db BANK(PowerPlant_h) db $12 ; db BANK(Route11Gate_h) db $07 ; db BANK(DiglettsCaveEntranceRoute11_h) |
