mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
251 B
NASM
Executable file
7 lines
251 B
NASM
Executable file
CeladonHouse_h:
|
|
db MANSION ; tileset
|
|
db CELADON_HOUSE_HEIGHT, CELADON_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw CeladonHouseBlocks, CeladonHouseTextPointers, CeladonHouseScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeladonHouseObject ; objects
|