mirror of
https://github.com/pret/pokered.git
synced 2026-05-16 08:00:11 -05:00
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
9 lines
309 B
NASM
Executable File
9 lines
309 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
|