blob: 37c5032f8a5e2ddde30c3d2592746cd8a1571228 (
plain)
1
2
3
4
5
6
|
Route6Gate_h:
db GATE ; tileset
db ROUTE_6_GATE_HEIGHT, ROUTE_6_GATE_WIDTH ; dimensions (y, x)
dw Route6GateBlocks, Route6GateTextPointers, Route6GateScript ; blocks, texts, scripts
db 0 ; connections
dw Route6GateObject ; objects
|