blob: 68810da12a89c8d333a8003a37bb989d5f404dab (
plain)
1
2
3
4
5
6
|
Route5Gate_h:
db GATE ; tileset
db ROUTE_5_GATE_HEIGHT, ROUTE_5_GATE_WIDTH ; dimensions (y, x)
dw Route5GateBlocks, Route5GateTextPointers, Route5GateScript ; blocks, texts, scripts
db $00 ; connections
dw Route5GateObject ; objects
|