blob: b0fae3e40ebf7b76b4cacc96fe5028a6beee9bd5 (
plain)
1
2
3
4
5
6
7
8
|
Route22Gate_h::
db GATE ; tileset
db ROUTE_22_GATE_HEIGHT, ROUTE_22_GATE_WIDTH ; dimensions (y, x)
dw Route22Gate_Blocks ; blocks
dw Route22Gate_TextPointers ; texts
dw Route22Gate_Script ; scripts
db 0 ; connections
dw Route22Gate_Object ; objects
|