mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-20 03:45:33 +13:00
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
9 lines
316 B
NASM
Executable file
9 lines
316 B
NASM
Executable file
DiglettsCaveRoute11_h::
|
|
db CAVERN ; tileset
|
|
db DIGLETTS_CAVE_ROUTE_11_HEIGHT, DIGLETTS_CAVE_ROUTE_11_WIDTH ; dimensions (y, x)
|
|
dw DiglettsCaveRoute11_Blocks ; blocks
|
|
dw DiglettsCaveRoute11_TextPointers ; texts
|
|
dw DiglettsCaveRoute11_Script ; scripts
|
|
db 0 ; connections
|
|
dw DiglettsCaveRoute11_Object ; objects
|