blob: a1971c3ce03cbc1b0e462b4dc12c36a4cdab8af4 (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathRoute8_h::
db GATE ; tileset
db UNDERGROUND_PATH_ROUTE_8_HEIGHT, UNDERGROUND_PATH_ROUTE_8_WIDTH ; dimensions (y, x)
dw UndergroundPathRoute8_Blocks ; blocks
dw UndergroundPathRoute8_TextPointers ; texts
dw UndergroundPathRoute8_Script ; scripts
db 0 ; connections
dw UndergroundPathRoute8_Object ; objects
|