blob: 9b28417864e14385769e67320f8412e2061aee4b (
plain)
1
2
3
4
5
6
7
8
|
Route2Gate_h:
db GATE ; tileset
db ROUTE_2_GATE_HEIGHT, ROUTE_2_GATE_WIDTH ; dimensions (y, x)
dw Route2Gate_Blocks ; blocks
dw Route2Gate_TextPointers ; texts
dw Route2Gate_Script ; scripts
db 0 ; connections
dw Route2Gate_Object ; objects
|