diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-17 16:58:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 16:58:28 -0500 |
commit | 9078a0672d190a6e23cde45ff2b22914de6e1517 (patch) | |
tree | e7b6fa988bf97dced2d44617b86adb943b870e44 /ld_script.txt | |
parent | d05339979e39580b162e618087136bb220a4f20d (diff) | |
parent | 2c5ffce6fccf17cf350b39da979ae1a862133e26 (diff) |
Merge pull request #24 from SatoMew/master
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); |