diff options
author | YamaArashi <shadow962@live.com> | 2017-05-08 13:55:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-08 15:47:45 -0700 |
commit | e6868bbdb2b9a0f00085029817d3a451781973cd (patch) | |
tree | a67f4e64f6850944f5b25c94df415923b1c325a5 /ld_script.txt | |
parent | f6e3598f5efbda472c6605c94b5597d1196ea619 (diff) |
decompile roamer.s
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 dd0f01e97..06d134243 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -255,7 +255,7 @@ SECTIONS { asm/learn_move.o(.text); src/fldeff_softboiled.o(.text); asm/decoration_inventory.o(.text); - asm/roamer.o(.text); + src/roamer.o(.text); asm/battle_tower.o(.text); asm/use_pokeblock.o(.text); asm/battle_anim_8137220.o(.text); @@ -463,7 +463,7 @@ SECTIONS { data/battle_anim_812C144.o(.rodata); data/learn_move.o(.rodata); data/decoration_inventory.o(.rodata); - data/roamer.o(.rodata); + src/roamer.o(.rodata); data/battle_tower.o(.rodata); data/use_pokeblock.o(.rodata); data/battle_anim_8137220.o(.rodata); |