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 c51722d6..dd088a1b 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -60,7 +60,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(PewterHouse2_h) db BANK(PewterPokecenter_h) db BANK(MtMoon1_h) - db $14 ; db BANK(MtMoon2_h) + db BANK(MtMoon2_h) db $12 ; db BANK(MtMoon3_h) db $07 ; db BANK(CeruleanHouseTrashed_h) db $07 ; db BANK(CeruleanHouse1_h) |