mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
9 lines
259 B
NASM
Executable file
9 lines
259 B
NASM
Executable file
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
|