mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
224 B
NASM
Executable file
7 lines
224 B
NASM
Executable file
Mansion1_h:
|
|
db FACILITY ; tileset
|
|
db MANSION_1_HEIGHT, MANSION_1_WIDTH ; dimensions (y, x)
|
|
dw Mansion1Blocks, Mansion1TextPointers, Mansion1Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Mansion1Object ; objects
|