mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
9 lines
271 B
NASM
Executable file
9 lines
271 B
NASM
Executable file
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
|