diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 21:58:46 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 21:58:46 -0400 |
| commit | 6d80537563abb145d48c1f3cde003e50e482e1dd (patch) | |
| tree | 5e75a462bd05d0a03e42815654ed925134812da3 /data/map_header_banks.asm | |
| parent | Celadon Manion Eevee room (diff) | |
| download | pokeyellow-6d80537563abb145d48c1f3cde003e50e482e1dd.tar.gz pokeyellow-6d80537563abb145d48c1f3cde003e50e482e1dd.tar.xz pokeyellow-6d80537563abb145d48c1f3cde003e50e482e1dd.zip | |
Celadon Pokecenter
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 4262635f..06432efe 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -133,7 +133,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(CeladonMansion3_h) db BANK(CeladonMansion4_h) db BANK(CeladonMansion5_h) - db $12 ; db BANK(CeladonPokecenter_h) + db BANK(CeladonPokecenter_h) db $12 ; db BANK(CeladonGym_h) db $12 ; db BANK(CeladonGameCorner_h) db $12 ; db BANK(CeladonMart5_h) |
