mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
7 lines
246 B
NASM
Executable file
7 lines
246 B
NASM
Executable file
Route2House_h:
|
|
db HOUSE ; tileset
|
|
db ROUTE_2_HOUSE_HEIGHT, ROUTE_2_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw Route2HouseBlocks, Route2HouseTextPointers, Route2HouseScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw Route2HouseObject ; objects
|