mirror of
https://github.com/pret/pokered.git
synced 2026-04-22 07:02:35 -05:00
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
9 lines
254 B
NASM
Executable File
9 lines
254 B
NASM
Executable File
TradeCenter_h::
|
|
db CLUB ; tileset
|
|
db TRADE_CENTER_HEIGHT, TRADE_CENTER_WIDTH ; dimensions (y, x)
|
|
dw TradeCenter_Blocks ; blocks
|
|
dw TradeCenter_TextPointers ; texts
|
|
dw TradeCenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw TradeCenter_Object ; objects
|