From faaf1c434677274e5e607a6e369eb8d4ff58442c Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Mon, 30 May 2016 18:25:34 -0400 Subject: Routes 11 and 12 gates --- data/map_header_banks.asm | 6 +++--- data/map_header_pointers.asm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'data') 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) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index c8e41d14..5f60a56d 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -84,10 +84,10 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw RockTunnelPokecenter_h dw RockTunnel1_h dw PowerPlant_h - dw $5396 ; dw Route11Gate_h + dw Route11Gate_h dw DiglettsCaveEntranceRoute11_h - dw $53de ; dw Route11GateUpstairs_h - dw $548f ; dw Route12Gate_h + dw Route11GateUpstairs_h + dw Route12Gate_h dw $606e ; dw BillsHouse_h dw $4865 ; dw VermilionPokecenter_h dw $5a00 ; dw FanClub_h ;id=90 -- cgit v1.3.1-sl0p