blob: e29f722fb8e2b941e14ed99899865daa94aa68c6 (
plain)
1
2
3
4
5
6
7
8
|
CeladonChiefHouse_h::
db MANSION ; tileset
db CELADON_CHIEF_HOUSE_HEIGHT, CELADON_CHIEF_HOUSE_WIDTH ; dimensions (y, x)
dw CeladonChiefHouse_Blocks ; blocks
dw CeladonChiefHouse_TextPointers ; texts
dw CeladonChiefHouse_Script ; scripts
db 0 ; connections
dw CeladonChiefHouse_Object ; objects
|