mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 21:16:24 +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
327 B
NASM
Executable file
9 lines
327 B
NASM
Executable file
CinnabarLabFossilRoom_h::
|
|
db LAB ; tileset
|
|
db CINNABAR_LAB_FOSSIL_ROOM_HEIGHT, CINNABAR_LAB_FOSSIL_ROOM_WIDTH ; dimensions (y, x)
|
|
dw CinnabarLabFossilRoom_Blocks ; blocks
|
|
dw CinnabarLabFossilRoom_TextPointers ; texts
|
|
dw CinnabarLabFossilRoom_Script ; scripts
|
|
db 0 ; connections
|
|
dw CinnabarLabFossilRoom_Object ; objects
|