blob: 14c6aa4ddbe2f8ab1da2e51ba4bc69afa6db593c (
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
|