blob: 6c6b0f6c18d806464243c04e0a7337cb74992cae (
plain)
1
2
3
4
5
6
7
8
|
WardensHouse_h::
db LAB ; tileset
db WARDENS_HOUSE_HEIGHT, WARDENS_HOUSE_WIDTH ; dimensions (y, x)
dw WardensHouse_Blocks ; blocks
dw WardensHouse_TextPointers ; texts
dw WardensHouse_Script ; scripts
db 0 ; connections
dw WardensHouse_Object ; objects
|