diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index f970dd23f..cbb7695f3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -122,7 +122,7 @@ SECTIONS { src/berry.o(.text); asm/script_menu.o(.text); asm/naming_screen.o(.text); - asm/money.o(.text); + src/money.o(.text); asm/contest_effect.o(.text); src/record_mixing.o(.text); asm/record_mixing.o(.text); |