diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7dd506fb6..11c82b2d0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -130,7 +130,6 @@ SECTIONS { src/pokemon_storage_system.o(.text); asm/pokemon_storage_system.o(.text); src/pokemon_icon.o(.text); - asm/pokemon_icon.o(.text); src/script_movement.o(.text); asm/fldeff_cut.o(.text); src/mail_data.o(.text); @@ -166,7 +165,7 @@ SECTIONS { asm/mauville_old_man.o(.text); src/mail.o(.text); asm/menu_helpers.o(.text); - asm/dewford_trend.o(.text); + src/dewford_trend.o(.text); src/heal_location.o(.text); src/region_map.o(.text); asm/cute_sketch.o(.text); |