diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 20:52:05 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 20:52:05 -0400 |
| commit | b8cced19fce2a212f5cb205039382a63821a3762 (patch) | |
| tree | 6a01fb5bbe4e6558a25db77c76cf357e846e7590 /data/map_header_banks.asm | |
| parent | Mt Moon B2F (diff) | |
| download | pokeyellow-b8cced19fce2a212f5cb205039382a63821a3762.tar.gz pokeyellow-b8cced19fce2a212f5cb205039382a63821a3762.tar.xz pokeyellow-b8cced19fce2a212f5cb205039382a63821a3762.zip | |
Mt Moon B2F
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 dd088a1b..90ca27f9 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -61,7 +61,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(PewterPokecenter_h) db BANK(MtMoon1_h) db BANK(MtMoon2_h) - db $12 ; db BANK(MtMoon3_h) + db BANK(MtMoon3_h) db $07 ; db BANK(CeruleanHouseTrashed_h) db $07 ; db BANK(CeruleanHouse1_h) db $17 ; db BANK(CeruleanPokecenter_h) |
