mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
7 lines
251 B
NASM
Executable file
7 lines
251 B
NASM
Executable file
Route12House_h:
|
|
db HOUSE ; tileset
|
|
db ROUTE_12_HOUSE_HEIGHT, ROUTE_12_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw Route12HouseBlocks, Route12HouseTextPointers, Route12HouseScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Route12HouseObject ; objects
|