mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
7 lines
224 B
NASM
Executable file
7 lines
224 B
NASM
Executable file
Mansion2_h:
|
|
db FACILITY ; tileset
|
|
db MANSION_2_HEIGHT, MANSION_2_WIDTH ; dimensions (y, x)
|
|
dw Mansion2Blocks, Mansion2TextPointers, Mansion2Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Mansion2Object ; objects
|