diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 21:11:10 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 21:11:10 +0200 |
commit | b7d75cb6151b5b43a3c467c61b2c93e877db4a00 (patch) | |
tree | 07ed715d52a4b69d85576a56cbcaaf8d97698612 /ld_script.txt | |
parent | c3cc1b3370fabcba0ce3997a9f3f6193ee9b13b5 (diff) |
split item effects and organize sym ewram
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8a6387dbc..8b686dc50 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -71,6 +71,7 @@ SECTIONS { src/calculate_base_damage.o(.text); src/pokemon_2.o(.text); asm/pokemon_2.o(.text); + asm/pokemon_item_effect.o(.text); asm/pokemon_3.o(.text); src/trig.o(.text); src/rng.o(.text); |