diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-21 22:43:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 22:43:44 -0500 |
commit | 2e37f5e0cf4cd08f5983d1818c416ea45e8ab1dc (patch) | |
tree | 18765074a7bbb12071950715b830614cff75ea72 /ld_script.txt | |
parent | e81986cd20dbe0d8a98da646d964310a066f1af5 (diff) | |
parent | 28ff6c481a9e232c646e1957702a0a754a5e2492 (diff) |
Merge pull request #402 from camthesaxman/decompile_learn_move
decompile learn_move
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 75117faa6..a0417faa3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -243,7 +243,7 @@ SECTIONS { asm/battle_anim_81258BC.o(.text_812BBFC); src/fldeff_sweetscent.o(.text); asm/battle_anim_812C144.o(.text); - asm/learn_move.o(.text); + src/learn_move.o(.text); src/fldeff_softboiled.o(.text); src/decoration_inventory.o(.text); src/roamer.o(.text); @@ -453,7 +453,7 @@ SECTIONS { data/contest_ai.o(.rodata); data/battle_anim_81258BC.o(.rodata); data/battle_anim_812C144.o(.rodata); - data/learn_move.o(.rodata); + src/learn_move.o(.rodata); src/decoration_inventory.o(.rodata); src/roamer.o(.rodata); data/battle_tower.o(.rodata); |