summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-17 16:58:28 -0500
committerGitHub <noreply@github.com>2018-10-17 16:58:28 -0500
commit9078a0672d190a6e23cde45ff2b22914de6e1517 (patch)
treee7b6fa988bf97dced2d44617b86adb943b870e44 /ld_script.txt
parentd05339979e39580b162e618087136bb220a4f20d (diff)
parent2c5ffce6fccf17cf350b39da979ae1a862133e26 (diff)
Merge pull request #24 from SatoMew/master
decompile math_util.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
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);