diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-15 18:59:30 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-15 18:59:30 -0500 |
commit | ce391ed0696c22e8fa1f33430b4025a08a3bc360 (patch) | |
tree | dbdd06262cd738bb682d8a9304293ac5d944a071 /ld_script.txt | |
parent | bdb0628c913fe7f2e77598d6390f8f7d951b1703 (diff) | |
parent | ed152b1566fa5c39ee72ca190c49fbfe30708036 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
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 128eb4c20..7bc64638c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -61,7 +61,7 @@ SECTIONS { src/pokemon/pokemon_1.o(.text); src/battle/calculate_base_damage.o(.text); src/pokemon/pokemon_2.o(.text); - asm/pokemon_item_effect.o(.text); + src/pokemon/pokemon_item_effect.o(.text); src/pokemon/pokemon_3.o(.text); src/de_rom_8040FE0.o(.text); src/engine/trig.o(.text); |