mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 13:36:25 +13:00
7 lines
274 B
NASM
Executable file
7 lines
274 B
NASM
Executable file
VermilionHouse3_h:
|
|
db HOUSE ; tileset
|
|
db VERMILION_HOUSE_3_HEIGHT, VERMILION_HOUSE_3_WIDTH ; dimensions (y, x)
|
|
dw VermilionHouse3Blocks, VermilionHouse3TextPointers, VermilionHouse3Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw VermilionHouse3Object ; objects
|