blob: 7b8963bacdba8e21c174cea363972fa565c8accf (
plain)
1
2
3
4
5
6
|
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 $00 ; connections
dw Route22GateObject ; objects
|