mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 07:17:57 +13:00
7 lines
253 B
NASM
Executable file
7 lines
253 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 $00 ; connections
|
|
dw CeladonHouseObject ; objects
|