mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00
7 lines
253 B
NASM
Executable file
7 lines
253 B
NASM
Executable file
PewterHouse1_h:
|
|
db HOUSE ; tileset
|
|
db PEWTER_HOUSE_1_HEIGHT, PEWTER_HOUSE_1_WIDTH ; dimensions (y, x)
|
|
dw PewterHouse1Blocks, PewterHouse1TextPointers, PewterHouse1Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw PewterHouse1Object ; objects
|