blob: 5cb7bcbcc0495b578375c9e11075ee9ceec32af3 (
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 $00 ; connections
dw Route2GateObject ; objects
|