mirror of
https://github.com/pret/pokered.git
synced 2026-04-26 01:11:14 -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
325 B
NASM
Executable File
9 lines
325 B
NASM
Executable File
RockTunnelPokecenter_h::
|
|
db POKECENTER ; tileset
|
|
db ROCK_TUNNEL_POKECENTER_HEIGHT, ROCK_TUNNEL_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw RockTunnelPokecenter_Blocks ; blocks
|
|
dw RockTunnelPokecenter_TextPointers ; texts
|
|
dw RockTunnelPokecenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw RockTunnelPokecenter_Object ; objects
|