diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-08 18:29:04 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-08 18:29:04 -0500 |
commit | 855b7780d925d9acfaaf2ed939f15d335efa8ba4 (patch) | |
tree | 22f26602bdd39e12a7d8dc28af520b8ac439cebb /ld_script.txt | |
parent | f8e911bcf57ec6f2b2e7ec1c0c09e467793b94ab (diff) |
Resolve review comments
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 dbff827d6..aeb11a271 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -479,7 +479,7 @@ SECTIONS { src/mail.o(.rodata); src/heal_location.o(.rodata); src/region_map.o(.rodata); - data/image_processing_effects.o(.rodata); + src/image_processing_effects.o(.rodata); src/battle_ai_script_commands.o(.rodata); data/fldeff_flash.o(.rodata); src/field_specials.o(.rodata); |