diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 22672e178..f2f738c84 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -210,6 +210,7 @@ SECTIONS { asm/battle_tower.o(.text); asm/battle_controller_oak.o(.text); asm/player_pc.o(.text); + src/intro.o(.text); asm/intro.o(.text); asm/battle_anim_special.o(.text); asm/hall_of_fame.o(.text); |