diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:52:35 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:52:35 -0600 |
commit | c424841fd69a1daab4582d4b52b76a99e537dc5c (patch) | |
tree | 5b8ed6cbf0dbd5a004c615b5c1e754ae82f734d0 | |
parent | 860315fd34ebbbf2f44a24221ddfefb5aac4ff32 (diff) |
CeladonHotel_h map header asm
hg-commit-id: ea007878afa8
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 60f4c14b..55c91c0b 100644 --- a/pokered.asm +++ b/pokered.asm @@ -255,7 +255,7 @@ MapHeaderPointers: ; $01AE dw CeladonPrizeRoom_h dw CeladonDiner_h dw CeladonHouse2_h - dw $525d + dw CeladonHotel_h dw $48ce dw $4420 dw $44e6 @@ -2280,7 +2280,7 @@ MapHeaderBanks: ; 423D db BANK(CeladonPrizeRoom_h) db BANK(CeladonDiner_h) db BANK(CeladonHouse2_h) - db $12 + db BANK(CeladonHotel_h) db $17 db $18 db $18 @@ -13359,7 +13359,17 @@ CeladonHouse2_h: ; 0x49202 to 0x4920e (12 bytes) (bank=12) (id=139) dw $5227 ; objects -INCBIN "baserom.gbc",$4920E,$4C000-$4920E +INCBIN "baserom.gbc",$4920E,$4925D-$4920E + +CeladonHotel_h: ; 0x4925d to 0x49269 (12 bytes) (bank=12) (id=140) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $52a7, $526c, $5269 ; blocks, texts, scripts + db $00 ; connections + + dw $5281 ; objects + +INCBIN "baserom.gbc",$49269,$4C000-$49269 SECTION "bank13",DATA,BANK[$13] |