mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-29 23:59:57 +13:00
6 lines
253 B
NASM
Executable file
6 lines
253 B
NASM
Executable file
Route16House_h:
|
|
db HOUSE ; tileset
|
|
db ROUTE_16_HOUSE_HEIGHT, ROUTE_16_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw Route16HouseBlocks, Route16HouseTextPointers, Route16HouseScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw Route16HouseObject ; objects
|