diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:28:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:28:58 -0400 |
commit | b6bdaedb77a740893ebb66a85ebecbfa64353ba6 (patch) | |
tree | 20bbc335571b8280b72be99a65d478d344c0ceec /ld_script.txt | |
parent | 22d27fa9735dd840434fa7e030005eeccafe8aaf (diff) |
Sync image_processing_effects from emerald, 1
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9dee04d9b..e9b2bd78a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -304,7 +304,7 @@ SECTIONS { src/dewford_trend.o(.text); src/heal_location.o(.text); src/region_map.o(.text); - src/contest_painting_effects.o(.text); + src/image_processing_effects.o(.text); src/decoration.o(.text); src/slot_machine.o(.text); src/contest_painting.o(.text); @@ -725,8 +725,8 @@ SECTIONS { src/script_pokemon_util_80F99CC.o(.rodata); src/heal_location.o(.rodata); src/region_map.o(.rodata); - src/contest_painting_effects.o(.rodata); - data/contest_painting_effects.o(.rodata); + src/image_processing_effects.o(.rodata); + data/image_processing_effects.o(.rodata); src/decoration.o(.rodata); src/slot_machine.o(.rodata); src/contest_painting.o(.rodata); |