blob: 7ef9f1a8162c3280deece7a60076a5cc2783165e (
plain)
1
2
3
4
5
6
|
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 0 ; connections
dw Route2GateObject ; objects
|