mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-30 02:19:17 +13:00
7 lines
267 B
NASM
Executable file
7 lines
267 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 $00 ; connections
|
|
dw LavenderHouse1Object ; objects
|