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 aa9fe040c..0f55dc809 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -88,6 +88,8 @@ SECTIONS { src/play_time.o(.text); asm/rom4.o(.text); src/text_window.o(.text); + src/script.o(.text); + src/scrcmd.o(.text); asm/rom_8065394.o(.text); src/menu.o(.text); asm/rom_8072DF8.o(.text); |