diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-15 17:44:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 17:44:14 -0600 |
commit | ed152b1566fa5c39ee72ca190c49fbfe30708036 (patch) | |
tree | f076f5757059c44f6bcb92f1cc80077053bc8831 /ld_script.txt | |
parent | dc527246c870d1d634467c17ec7609e9dc18206b (diff) | |
parent | 3295ffbd5bcd75d586e3f6dde7469cad1fce2c85 (diff) |
Merge pull request #537 from camthesaxman/decompile_pokemon_item_effect
decompile pokemon_item_effect.s
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); |