blob: 1d50c103f179a6439da9906ff109be9dd9c96e2d (
plain)
1
2
3
4
5
6
7
8
|
UndergroundPathWestEast_h::
db UNDERGROUND ; tileset
db UNDERGROUND_PATH_WEST_EAST_HEIGHT, UNDERGROUND_PATH_WEST_EAST_WIDTH ; dimensions (y, x)
dw UndergroundPathWestEast_Blocks ; blocks
dw UndergroundPathWestEast_TextPointers ; texts
dw UndergroundPathWestEast_Script ; scripts
db 0 ; connections
dw UndergroundPathWestEast_Object ; objects
|