From a06c558e2cfdeb47dc9af0a2ebeb5906802b4c7e Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Mon, 30 May 2016 12:02:01 -0400 Subject: Route 5 Underground Path Gate --- data/map_header_banks.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/map_header_banks.asm') diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 44795d97..29f04f55 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -71,7 +71,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(MtMoonPokecenter_h) db BANK(CeruleanHouseTrashed_h) db BANK(Route5Gate_h) - db $17 ; db BANK(UndergroundPathEntranceRoute5_h) + db BANK(UndergroundPathEntranceRoute5_h) db $15 ; db BANK(DayCareM_h) db $07 ; db BANK(Route6Gate_h) db $17 ; db BANK(UndergroundPathEntranceRoute6_h) -- cgit v1.3.1-sl0p