mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00
7 lines
273 B
NASM
Executable file
7 lines
273 B
NASM
Executable file
UnknownDungeon2_h:
|
|
db CAVERN ; tileset
|
|
db UNKNOWN_DUNGEON_2_HEIGHT, UNKNOWN_DUNGEON_2_WIDTH ; dimensions (y, x)
|
|
dw UnknownDungeon2Blocks, UnknownDungeon2TextPointers, UnknownDungeon2Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw UnknownDungeon2Object ; objects
|