mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
7 lines
272 B
NASM
Executable file
7 lines
272 B
NASM
Executable file
CeladonMansion5_h:
|
|
db HOUSE ; tileset
|
|
db CELADON_MANSION_5_HEIGHT, CELADON_MANSION_5_WIDTH ; dimensions (y, x)
|
|
dw CeladonMansion5Blocks, CeladonMansion5TextPointers, CeladonMansion5Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeladonMansion5Object ; objects
|