mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
273 B
NASM
Executable file
7 lines
273 B
NASM
Executable file
UnknownDungeon3_h:
|
|
db CAVERN ; tileset
|
|
db UNKNOWN_DUNGEON_3_HEIGHT, UNKNOWN_DUNGEON_3_WIDTH ; dimensions (y, x)
|
|
dw UnknownDungeon3Blocks, UnknownDungeon3TextPointers, UnknownDungeon3Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw UnknownDungeon3Object ; objects
|