mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
265 B
NASM
Executable file
7 lines
265 B
NASM
Executable file
LavenderHouse2_h:
|
|
db HOUSE ; tileset
|
|
db LAVENDER_HOUSE_2_HEIGHT, LAVENDER_HOUSE_2_WIDTH ; dimensions (y, x)
|
|
dw LavenderHouse2Blocks, LavenderHouse2TextPointers, LavenderHouse2Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw LavenderHouse2Object ; objects
|