blob: f34265b8a00f289050c56697f4e8a0aa045cbe93 (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathRoute8_h:
db GATE ; tileset
db UNDERGROUND_PATH_ROUTE_8_HEIGHT, UNDERGROUND_PATH_ROUTE_8_WIDTH ; dimensions (y, x)
dw UndergroundPathRoute8_Blocks ; blocks
dw UndergroundPathRoute8_TextPointers ; texts
dw UndergroundPathRoute8_Script ; scripts
db 0 ; connections
dw UndergroundPathRoute8_Object ; objects
|