mirror of
https://github.com/pret/pokered.git
synced 2026-05-21 18:41:24 -05:00
9 lines
262 B
NASM
Executable File
9 lines
262 B
NASM
Executable File
DiglettsCave_h:
|
|
db CAVERN ; tileset
|
|
db DIGLETTS_CAVE_HEIGHT, DIGLETTS_CAVE_WIDTH ; dimensions (y, x)
|
|
dw DiglettsCave_Blocks ; blocks
|
|
dw DiglettsCave_TextPointers ; texts
|
|
dw DiglettsCave_Script ; scripts
|
|
db 0 ; connections
|
|
dw DiglettsCave_Object ; objects
|