diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-11-10 16:29:52 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-10 16:37:26 -0600 |
commit | 8e65f0188fa601ef97560dfe2e47cea0e88fe683 (patch) | |
tree | 0c3fee61b9c61ce7a17b088724024c28fdfe94a8 /ld_script.txt | |
parent | 1ed3af66eb7a3f868e62d6409061a8d83a9cceae (diff) |
Rename contest_painting_effects to image_processing_effects
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 ca59a71a7..2f6137773 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -204,7 +204,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); @@ -575,8 +575,8 @@ SECTIONS { src/menu_helpers.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); data/slot_machine.o(.rodata); |