diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3895b46ff..901026b76 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -73,6 +73,9 @@ SECTIONS { asm/rom_8074BAC.o(.text); src/task.o(.text); asm/rom5.o(.text); + src/option_menu.o(.text); + src/pokedex.o(.text); + asm/rom5_part2.o(.text); src/starter_choose.o(.text); src/wallclock.o(.text); asm/rom6.o(.text); |