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