blob: 9b5802b3a4b2b35d98091fe5b41fd0a1ca6b1f0a (
plain)
1
2
3
4
5
6
|
Route7Gate_h:
db GATE ; tileset
db ROUTE_7_GATE_HEIGHT, ROUTE_7_GATE_WIDTH ; dimensions (y, x)
dw Route7GateBlocks, Route7GateTextPointers, Route7GateScript ; blocks, texts, scripts
db 0 ; connections
dw Route7GateObject ; objects
|