blob: 91495ea37b73a62cbefdeadb2d1eacf54b1f1596 (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathRoute7_h:
db GATE ; tileset
db UNDERGROUND_PATH_ROUTE_7_HEIGHT, UNDERGROUND_PATH_ROUTE_7_WIDTH ; dimensions (y, x)
dw UndergroundPathRoute7_Blocks ; blocks
dw UndergroundPathRoute7_TextPointers ; texts
dw UndergroundPathRoute7_Script ; scripts
db 0 ; connections
dw UndergroundPathRoute7_Object ; objects
|