blob: 769bd1c0f260dda9d028b5a112e2ca368802f7aa (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathRoute5_h::
db GATE ; tileset
db UNDERGROUND_PATH_ROUTE_5_HEIGHT, UNDERGROUND_PATH_ROUTE_5_WIDTH ; dimensions (y, x)
dw UndergroundPathRoute5_Blocks ; blocks
dw UndergroundPathRoute5_TextPointers ; texts
dw UndergroundPathRoute5_Script ; scripts
db 0 ; connections
dw UndergroundPathRoute5_Object ; objects
|