diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2018-10-17 19:53:48 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2018-10-17 19:53:48 +0100 |
commit | 2c5ffce6fccf17cf350b39da979ae1a862133e26 (patch) | |
tree | e7b6fa988bf97dced2d44617b86adb943b870e44 /ld_script.txt | |
parent | d05339979e39580b162e618087136bb220a4f20d (diff) |
decompile math_util.c
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); |