mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 14:27:57 +13:00
7 lines
238 B
NASM
Executable file
7 lines
238 B
NASM
Executable file
Route2Gate_h:
|
|
db GATE ; tileset
|
|
db ROUTE_2_GATE_HEIGHT, ROUTE_2_GATE_WIDTH ; dimensions (y, x)
|
|
dw Route2GateBlocks, Route2GateTextPointers, Route2GateScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw Route2GateObject ; objects
|