blob: 6ef0433e118f08d33548c7d10a9e677ef7387f35 (
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
|