mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +13:00
7 lines
243 B
NASM
Executable file
7 lines
243 B
NASM
Executable file
Route22Gate_h:
|
|
db GATE ; tileset
|
|
db ROUTE_22_GATE_HEIGHT, ROUTE_22_GATE_WIDTH ; dimensions (y, x)
|
|
dw Route22GateBlocks, Route22GateTextPointers, Route22GateScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Route22GateObject ; objects
|