mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
235 B
NASM
Executable file
7 lines
235 B
NASM
Executable file
BluesHouse_h:
|
|
db HOUSE ; tileset
|
|
db BLUES_HOUSE_HEIGHT, BLUES_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw BluesHouseBlocks, BluesHouseTextPointers, BluesHouseScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw BluesHouseObject ; objects
|