blob: a727b33492c94ed3592647b24d62ca2e8cf2918f (
plain)
1
2
3
4
5
6
7
8
|
NameRatersHouse_h::
db HOUSE ; tileset
db NAME_RATERS_HOUSE_HEIGHT, NAME_RATERS_HOUSE_WIDTH ; dimensions (y, x)
dw NameRatersHouse_Blocks ; blocks
dw NameRatersHouse_TextPointers ; texts
dw NameRatersHouse_Script ; scripts
db 0 ; connections
dw NameRatersHouse_Object ; objects
|