mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 12:36:30 +13:00
7 lines
179 B
NASM
Executable file
7 lines
179 B
NASM
Executable file
BluesHouse_h:
|
|
db HOUSE ; tileset
|
|
db BLUES_HOUSE_HEIGHT, BLUES_HOUSE_WIDTH ; dimensions
|
|
dw BluesHouseBlocks, BluesHouseTextPointers, BluesHouseScript
|
|
db 0
|
|
dw BluesHouseObject
|