blob: 5dd8cdf8d11ad8bf40273470467d9707df2501ab (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathNorthSouth_h:
db UNDERGROUND ; tileset
db UNDERGROUND_PATH_NORTH_SOUTH_HEIGHT, UNDERGROUND_PATH_NORTH_SOUTH_WIDTH ; dimensions (y, x)
dw UndergroundPathNorthSouth_Blocks ; blocks
dw UndergroundPathNorthSouth_TextPointers ; texts
dw UndergroundPathNorthSouth_Script ; scripts
db 0 ; connections
dw UndergroundPathNorthSouth_Object ; objects
|