blob: a0138cb2c4f92ea29bbd2594492b311337b9bb78 (
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
|