diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-02-06 21:39:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 21:39:27 -0800 |
commit | a395cd7e53ed33634eef4df22814da4ba96a3357 (patch) | |
tree | 47467b7a0ff15438ae49923a32ae2f3163159435 /ld_script.txt | |
parent | c79d259508d47a8b5bde5b9060b8fe8c6989bd44 (diff) | |
parent | fbf34c79f3a9a290cdaae612d589a1b48411e41f (diff) |
Merge pull request #565 from huderlem/fight
Decompile fight.s
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 359a18521..6b8a0bcf1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -303,7 +303,7 @@ SECTIONS { src/battle/anim/shock.o(.text); asm/current.o(.text); asm/ice.o(.text); - asm/fight.o(.text); + src/battle/anim/fight.o(.text); src/battle/anim/poison.o(.text); asm/flying.o(.text); src/battle/anim/psychic.o(.text); |