mirror of
https://github.com/pret/pokered.git
synced 2026-05-16 16:14:15 -05:00
9 lines
308 B
NASM
Executable File
9 lines
308 B
NASM
Executable File
DiglettsCaveRoute2_h:
|
|
db CAVERN ; tileset
|
|
db DIGLETTS_CAVE_ROUTE_2_HEIGHT, DIGLETTS_CAVE_ROUTE_2_WIDTH ; dimensions (y, x)
|
|
dw DiglettsCaveRoute2_Blocks ; blocks
|
|
dw DiglettsCaveRoute2_TextPointers ; texts
|
|
dw DiglettsCaveRoute2_Script ; scripts
|
|
db 0 ; connections
|
|
dw DiglettsCaveRoute2_Object ; objects
|