blob: dd14a2377cb6daae7a1a22e679f08dd785c722ca (
plain)
1
2
3
4
5
6
7
8
|
Route8Gate_h:
db GATE ; tileset
db ROUTE_8_GATE_HEIGHT, ROUTE_8_GATE_WIDTH ; dimensions (y, x)
dw Route8Gate_Blocks ; blocks
dw Route8Gate_TextPointers ; texts
dw Route8Gate_Script ; scripts
db 0 ; connections
dw Route8Gate_Object ; objects
|