mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 06:47:58 +13:00
7 lines
226 B
NASM
Executable file
7 lines
226 B
NASM
Executable file
Mansion3_h:
|
|
db FACILITY ; tileset
|
|
db MANSION_3_HEIGHT, MANSION_3_WIDTH ; dimensions (y, x)
|
|
dw Mansion3Blocks, Mansion3TextPointers, Mansion3Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw Mansion3Object ; objects
|