diff options
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 86e7e0e3..6d7f758f 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -83,7 +83,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(UndergroundPathEntranceRoute8_h) db BANK(RockTunnelPokecenter_h) db BANK(RockTunnel1_h) - db $07 ; db BANK(PowerPlant_h) + db BANK(PowerPlant_h) db $12 ; db BANK(Route11Gate_h) db $07 ; db BANK(DiglettsCaveEntranceRoute11_h) db $12 ; db BANK(Route11GateUpstairs_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 28938fa4..1087206b 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -83,7 +83,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw UndergroundPathEntranceRoute8_h ;id=80 dw RockTunnelPokecenter_h dw RockTunnel1_h - dw $5bc4 ; dw PowerPlant_h + dw PowerPlant_h dw $5396 ; dw Route11Gate_h dw $5eb8 ; dw DiglettsCaveEntranceRoute11_h dw $53de ; dw Route11GateUpstairs_h |