mirror of
https://github.com/pret/pokered.git
synced 2026-04-25 15:57:04 -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
306 B
NASM
Executable File
9 lines
306 B
NASM
Executable File
PewterNidoranHouse_h::
|
|
db HOUSE ; tileset
|
|
db PEWTER_NIDORAN_HOUSE_HEIGHT, PEWTER_NIDORAN_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw PewterNidoranHouse_Blocks ; blocks
|
|
dw PewterNidoranHouse_TextPointers ; texts
|
|
dw PewterNidoranHouse_Script ; scripts
|
|
db 0 ; connections
|
|
dw PewterNidoranHouse_Object ; objects
|