diff options
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 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) |