diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index ff60b837e..12566bb29 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -88,6 +88,8 @@ SECTIONS { asm/rom5_part2.o(.text); asm/berry.o(.text); asm/rom_80B5054.o(.text); + asm/battle_ai.o(.text); + asm/trader.o(.text); src/starter_choose.o(.text); src/wallclock.o(.text); asm/rom6.o(.text); |