mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 05:56: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
268 B
NASM
Executable file
9 lines
268 B
NASM
Executable file
ChampionsRoom_h::
|
|
db GYM ; tileset
|
|
db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; dimensions (y, x)
|
|
dw ChampionsRoom_Blocks ; blocks
|
|
dw ChampionsRoom_TextPointers ; texts
|
|
dw ChampionsRoom_Script ; scripts
|
|
db $0 ; connections
|
|
dw ChampionsRoom_Object ; objects
|