mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -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
299 B
NASM
Executable File
9 lines
299 B
NASM
Executable File
PewterSpeechHouse_h::
|
|
db HOUSE ; tileset
|
|
db PEWTER_SPEECH_HOUSE_HEIGHT, PEWTER_SPEECH_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw PewterSpeechHouse_Blocks ; blocks
|
|
dw PewterSpeechHouse_TextPointers ; texts
|
|
dw PewterSpeechHouse_Script ; scripts
|
|
db 0 ; connections
|
|
dw PewterSpeechHouse_Object ; objects
|