mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
7 lines
273 B
NASM
Executable file
7 lines
273 B
NASM
Executable file
UnknownDungeon1_h:
|
|
db CAVERN ; tileset
|
|
db UNKNOWN_DUNGEON_1_HEIGHT, UNKNOWN_DUNGEON_1_WIDTH ; dimensions (y, x)
|
|
dw UnknownDungeon1Blocks, UnknownDungeon1TextPointers, UnknownDungeon1Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw UnknownDungeon1Object ; objects
|