mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00
7 lines
260 B
NASM
Executable file
7 lines
260 B
NASM
Executable file
FuchsiaHouse1_h:
|
|
db HOUSE ; tileset
|
|
db FUCHSIA_HOUSE_1_HEIGHT, FUCHSIA_HOUSE_1_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaHouse1Blocks, FuchsiaHouse1TextPointers, FuchsiaHouse1Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw FuchsiaHouse1Object ; objects
|