mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00
7 lines
274 B
NASM
Executable file
7 lines
274 B
NASM
Executable file
VermilionHouse2_h:
|
|
db HOUSE ; tileset
|
|
db VERMILION_HOUSE_2_HEIGHT, VERMILION_HOUSE_2_WIDTH ; dimensions (y, x)
|
|
dw VermilionHouse2Blocks, VermilionHouse2TextPointers, VermilionHouse2Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw VermilionHouse2Object ; objects
|