mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
7 lines
265 B
NASM
Executable file
7 lines
265 B
NASM
Executable file
LavenderHouse1_h:
|
|
db HOUSE ; tileset
|
|
db LAVENDER_HOUSE_1_HEIGHT, LAVENDER_HOUSE_1_WIDTH ; dimensions (y, x)
|
|
dw LavenderHouse1Blocks, LavenderHouse1TextPointers, LavenderHouse1Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw LavenderHouse1Object ; objects
|