mirror of
https://github.com/pret/pokered.git
synced 2026-05-31 23:42:24 -05:00
7 lines
275 B
NASM
Executable File
7 lines
275 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 $00 ; connections
|
|
dw UnknownDungeon3Object ; objects
|