diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-31 18:33:01 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-01-31 18:33:01 -0800 |
commit | c410df510012f7a6ccfc342b398cd5d407fb0bf6 (patch) | |
tree | 70f08ea7eb32a67da082cc71755b008b5303ffb5 /ld_script.txt | |
parent | 2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (diff) |
Start decompiling psychic.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index ec206774e..c5f3669e8 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -296,6 +296,7 @@ SECTIONS { asm/fight.o(.text); src/battle/anim/poison.o(.text); asm/flying.o(.text); + src/battle/anim/psychic.o(.text); asm/psychic.o(.text); src/battle/anim/bug.o(.text); src/battle/anim/rock.o(.text); |