mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 12:36:30 +13:00
7 lines
276 B
NASM
Executable file
7 lines
276 B
NASM
Executable file
CeladonMansion2_h:
|
|
db MANSION ; tileset
|
|
db CELADON_MANSION_2_HEIGHT, CELADON_MANSION_2_WIDTH ; dimensions (y, x)
|
|
dw CeladonMansion2Blocks, CeladonMansion2TextPointers, CeladonMansion2Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw CeladonMansion2Object ; objects
|