blob: 282cc5b634b60cf6f5d106b3f9b3a8446faa0591 (
plain)
1
2
3
4
5
6
7
8
|
Route6Gate_h:
db GATE ; tileset
db ROUTE_6_GATE_HEIGHT, ROUTE_6_GATE_WIDTH ; dimensions (y, x)
dw Route6Gate_Blocks ; blocks
dw Route6Gate_TextPointers ; texts
dw Route6Gate_Script ; scripts
db 0 ; connections
dw Route6Gate_Object ; objects
|