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 2b5d8fe4e..6fe579510 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -178,7 +178,7 @@ SECTIONS { asm/battle_transition.o(.text); asm/battle_controller_link_partner.o(.text); asm/battle_message.o(.text); - asm/math_util.o(.text); + src/math_util.o(.text); asm/roulette_util.o(.text); asm/cable_car_util.o(.text); src/save.o(.text); |