blob: b8120ef42c5c25890d0b574c1ed10608155200ef (
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
|