diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3294fedf3..88bdae3bc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -52,7 +52,9 @@ SECTIONS { src/pokemon_1.o(.text); asm/calculate_base_damage.o(.text); src/pokemon_2.o(.text); - asm/rom_803D1FC.o(.text); + asm/pokemon_item_effect.o(.text); + src/pokemon_3.o(.text); + asm/pokemon_3.o(.text); src/trig.o(.text); src/rng.o(.text); asm/rom_8040EB4.o(.text); |