blob: 9d3f4c6206999cc89660c7dd1f9ce6bd82a2ec22 (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathRoute7Copy_h:
db GATE ; tileset
db UNDERGROUND_PATH_ROUTE_7_HEIGHT, UNDERGROUND_PATH_ROUTE_7_WIDTH ; dimensions (y, x)
dw UndergroundPathRoute7Copy_Blocks ; blocks
dw UndergroundPathRoute7Copy_TextPointers ; texts
dw UndergroundPathRoute7Copy_Script ; scripts
db 0 ; connections
dw UndergroundPathRoute7Copy_Object ; objects
|