diff options
author | YamaArashi <shadow962@live.com> | 2016-12-30 23:51:48 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-30 23:55:03 -0800 |
commit | 35cbfc27c5896833e6b1d386841b4206b8f46e4d (patch) | |
tree | dab7e9b51e07aa6bd4a165830c0145931869023b /ld_script.txt | |
parent | 9f54b1951c95612d37fbf0212c8c09ab5948e5e2 (diff) |
nonmatching damage calc function
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 88bdae3bc..be014136c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -50,7 +50,7 @@ SECTIONS { src/decompress.o(.text); asm/rom_800D42C.o(.text); src/pokemon_1.o(.text); - asm/calculate_base_damage.o(.text); + src/calculate_base_damage.o(.text); src/pokemon_2.o(.text); asm/pokemon_item_effect.o(.text); src/pokemon_3.o(.text); |