blob: bc9ed3deebb3935e42f15e23dcfb24c7987f00f4 (
plain)
1
2
3
4
5
6
7
8
|
BluesHouse_h::
db HOUSE ; tileset
db BLUES_HOUSE_HEIGHT, BLUES_HOUSE_WIDTH ; dimensions (y, x)
dw BluesHouse_Blocks ; blocks
dw BluesHouse_TextPointers ; texts
dw BluesHouse_Script ; scripts
db 0 ; connections
dw BluesHouse_Object ; objects
|