diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-01 23:43:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-01 23:43:08 -0400 |
commit | 6543d7f2d6e7e12e159588f494895ba02b7d5090 (patch) | |
tree | a9ae42059378c318d57db87e88606dca6c572fde /ld_script.txt | |
parent | 9cfdc8b7e8cba38bc530b16993f628c92f69c025 (diff) | |
parent | c71f6baa8cb713a567520279ff18dca0c4ed0915 (diff) |
Merge branch 'master' into heal_location
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 efcf72a6a..116023c56 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -191,7 +191,7 @@ SECTIONS { src/battle_controller_link_partner.o(.text); src/battle_message.o(.text); asm/cable_car.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); |