blob: 31693c1ca68b37b2f967093bc7a2fd6784263f70 (
plain)
1
2
3
4
5
6
7
8
|
VictoryRoad2F_h:
db CAVERN ; tileset
db VICTORY_ROAD_2F_HEIGHT, VICTORY_ROAD_2F_WIDTH ; dimensions (y, x)
dw VictoryRoad2F_Blocks ; blocks
dw VictoryRoad2F_TextPointers ; texts
dw VictoryRoad2F_Script ; scripts
db 0 ; connections
dw VictoryRoad2F_Object ; objects
|