mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00
7 lines
254 B
NASM
Executable file
7 lines
254 B
NASM
Executable file
VictoryRoad3_h:
|
|
db CAVERN ; tileset
|
|
db VICTORY_ROAD_3_HEIGHT, VICTORY_ROAD_3_WIDTH ; dimensions (y, x)
|
|
dw VictoryRoad3Blocks, VictoryRoad3TextPointers, VictoryRoad3Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw VictoryRoad3Object ; objects
|