blob: 1443d8754b3c16e3fedc7ce47a7359c245e6822f (
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
|