diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 21:43:13 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 21:43:13 +0200 |
commit | 2702b0ec9b4b2ae25d847ccd3b5b8ec1ad8cf1ff (patch) | |
tree | f804cd23f6dd6d2c1ca6b132d667be7951d7bb29 /ld_script.txt | |
parent | 92892d140a2ed704a1cfa2748ea015c9007da14c (diff) |
decomp calc dmg and clean up battle ai
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 364d7bfb3..ffe9a41d7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -64,7 +64,7 @@ SECTIONS { asm/battle_9.o(.text); asm/battle_controller_linkopponent.o(.text); asm/pokemon_1.o(.text); - asm/calculate_base_damage.o(.text); + src/calculate_base_damage.o(.text); asm/pokemon_2.o(.text); asm/pokemon_3.o(.text); src/trig.o(.text); |