blob: a870a191716f6d248610a9b0aa9ba3548bdd060f (
plain)
1
2
3
4
5
6
|
Route12Gate_h:
db GATE ; tileset
db ROUTE_12_GATE_1F_HEIGHT, ROUTE_12_GATE_1F_WIDTH ; dimensions (y, x)
dw Route12GateBlocks, Route12GateTextPointers, Route12GateScript ; blocks, texts, scripts
db 0 ; connections
dw Route12GateObject ; objects
|