diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-11 16:06:12 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-11 16:06:12 -0500 |
commit | a50ec1ee05ff46ea8335b982ac501bc9917ec289 (patch) | |
tree | eeff4924997ea1b03e21c6f1c55552a088c1fd14 /ld_script.txt | |
parent | bb0cad7c072703f5a540e8c22c8e137267331f4d (diff) |
decompile sub_813265C - sub_81330E8
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index c895c4d06..142e7a421 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -244,6 +244,7 @@ SECTIONS { asm/battle_anim_81258BC.o(.text_812BBFC); src/fldeff_sweetscent.o(.text); asm/battle_anim_812C144.o(.text); + src/learn_move.o(.text); asm/learn_move.o(.text); src/fldeff_softboiled.o(.text); src/decoration_inventory.o(.text); @@ -453,6 +454,7 @@ SECTIONS { data/contest_ai.o(.rodata); data/battle_anim_81258BC.o(.rodata); data/battle_anim_812C144.o(.rodata); + src/learn_move.o(.rodata); data/learn_move.o(.rodata); src/decoration_inventory.o(.rodata); src/roamer.o(.rodata); |