mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 14:27:57 +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
363 B
NASM
Executable file
9 lines
363 B
NASM
Executable file
UndergroundPathNorthSouth_h::
|
|
db UNDERGROUND ; tileset
|
|
db UNDERGROUND_PATH_NORTH_SOUTH_HEIGHT, UNDERGROUND_PATH_NORTH_SOUTH_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathNorthSouth_Blocks ; blocks
|
|
dw UndergroundPathNorthSouth_TextPointers ; texts
|
|
dw UndergroundPathNorthSouth_Script ; scripts
|
|
db 0 ; connections
|
|
dw UndergroundPathNorthSouth_Object ; objects
|