mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
7 lines
252 B
NASM
Executable file
7 lines
252 B
NASM
Executable file
DiglettsCave_h:
|
|
db CAVERN ; tileset
|
|
db DIGLETTS_CAVE_HEIGHT, DIGLETTS_CAVE_WIDTH ; dimensions (y, x)
|
|
dw DiglettsCaveBlocks, DiglettsCaveTextPointers, DiglettsCaveScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw DiglettsCaveObject ; objects
|