mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
272 B
NASM
Executable file
7 lines
272 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 0 ; connections
|
|
dw VermilionHouse2Object ; objects
|