blob: bba9cf83215d83308c1ee498f1303e7a6e8b61e5 (
plain)
1
2
3
4
5
6
7
8
|
BillsHouse_h:
db INTERIOR ; tileset
db BILLS_HOUSE_HEIGHT, BILLS_HOUSE_WIDTH ; dimensions (y, x)
dw BillsHouse_Blocks ; blocks
dw BillsHouse_TextPointers ; texts
dw BillsHouse_Script ; scripts
db 0 ; connections
dw BillsHouse_Object ; objects
|