mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-31 00:30:00 +13:00
6 lines
243 B
NASM
Executable file
6 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
|