blob: 4d3ae0ccd2b98ebb17c0486a3b54dc6c3da9fafd (
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
|