mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
7 lines
249 B
NASM
Executable file
7 lines
249 B
NASM
Executable file
Route15Gate_h:
|
|
db GATE ; tileset
|
|
db ROUTE_15_GATE_1F_HEIGHT, ROUTE_15_GATE_1F_WIDTH ; dimensions (y, x)
|
|
dw Route15GateBlocks, Route15GateTextPointers, Route15GateScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Route15GateObject ; objects
|