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 | |
| parent | Rock Tunnel Pokecenter (diff) | |
| download | pokeyellow-38f3f3b6ea5d81e6eb1a12132759824891099194.tar.gz pokeyellow-38f3f3b6ea5d81e6eb1a12132759824891099194.tar.xz pokeyellow-38f3f3b6ea5d81e6eb1a12132759824891099194.zip | |
Rock Tunnel 1
Diffstat (limited to 'data')
| -rw-r--r-- | data/map_header_banks.asm | 2 | ||||
| -rw-r--r-- | data/map_header_pointers.asm | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 5f74b05a..28938fa4 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -82,7 +82,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Route8Gate_h dw UndergroundPathEntranceRoute8_h ;id=80 dw RockTunnelPokecenter_h - dw $4571 ; dw RockTunnel1_h + dw RockTunnel1_h dw $5bc4 ; dw PowerPlant_h dw $5396 ; dw Route11Gate_h dw $5eb8 ; dw DiglettsCaveEntranceRoute11_h |
