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
304 B
NASM
Executable file
9 lines
304 B
NASM
Executable file
FuchsiaMeetingRoom_h::
|
|
db LAB ; tileset
|
|
db FUCHSIA_MEETING_ROOM_HEIGHT, FUCHSIA_MEETING_ROOM_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaMeetingRoom_Blocks ; blocks
|
|
dw FuchsiaMeetingRoom_TextPointers ; texts
|
|
dw FuchsiaMeetingRoom_Script ; scripts
|
|
db 0 ; connections
|
|
dw FuchsiaMeetingRoom_Object ; objects
|