mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
7 lines
265 B
NASM
Executable file
7 lines
265 B
NASM
Executable file
CeruleanHouse1_h:
|
|
db HOUSE ; tileset
|
|
db CERULEAN_HOUSE_1_HEIGHT, CERULEAN_HOUSE_1_WIDTH ; dimensions (y, x)
|
|
dw CeruleanHouse1Blocks, CeruleanHouse1TextPointers, CeruleanHouse1Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeruleanHouse1Object ; objects
|