diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 10:04:20 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 10:04:20 -0400 |
| commit | b50e74d0d93cef3298f095bafa1522217a6966c2 (patch) | |
| tree | 5ec308d1eae206460407f2d9289abb1002418b34 /data | |
| parent | Celadon Diner (diff) | |
| download | pokeyellow-b50e74d0d93cef3298f095bafa1522217a6966c2.tar.gz pokeyellow-b50e74d0d93cef3298f095bafa1522217a6966c2.tar.xz pokeyellow-b50e74d0d93cef3298f095bafa1522217a6966c2.zip | |
Celadon House
Diffstat (limited to 'data')
| -rw-r--r-- | data/map_header_banks.asm | 2 | ||||
| -rw-r--r-- | data/map_header_pointers.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index bd83e957..2574a12f 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -139,7 +139,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(CeladonMart5_h) db BANK(CeladonPrizeRoom_h) db BANK(CeladonDiner_h) - db $12 ; db BANK(CeladonHouse_h) + db BANK(CeladonHouse_h) db $12 ; db BANK(CeladonHotel_h) db $17 ; db BANK(LavenderPokecenter_h) db $18 ; db BANK(PokemonTower1_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 9a774a51..cbd1e821 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -139,7 +139,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw CeladonMart5_h dw CeladonPrizeRoom_h dw CeladonDiner_h - dw $51e8 ; dw CeladonHouse_h + dw CeladonHouse_h dw $5243 ; dw CeladonHotel_h ;id=140 dw $479c ; dw LavenderPokecenter_h dw $4420 ; dw PokemonTower1_h |
