mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-25 00:22:32 +13:00
6 lines
276 B
NASM
Executable file
6 lines
276 B
NASM
Executable file
CeladonMansion3_h:
|
|
db MANSION ; tileset
|
|
db CELADON_MANSION_3_HEIGHT, CELADON_MANSION_3_WIDTH ; dimensions (y, x)
|
|
dw CeladonMansion3Blocks, CeladonMansion3TextPointers, CeladonMansion3Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw CeladonMansion3Object ; objects
|