diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-12 11:07:52 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-12 11:07:52 -0500 |
| commit | 35aeff1b6df8efc4e088bd20c71e4243b95c6599 (patch) | |
| tree | 73b1fcc5f06730fb25ee578520393d77edd50143 /ld_script.txt | |
| parent | f5152094a9521222e64f003785662295ad8931e7 (diff) | |
Rename pokenav conditions files
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ld_script.txt b/ld_script.txt index ca0480e0f..c4283265d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -316,9 +316,9 @@ SECTIONS { src/pokenav_match_call_1.o(.text); src/pokenav_match_call_2.o(.text); src/pokenav_region_map.o(.text); - src/pokenav_conditions_1.o(.text); - src/pokenav_conditions_2.o(.text); - src/pokenav_conditions_3.o(.text); + src/pokenav_conditions.o(.text); + src/pokenav_conditions_gfx.o(.text); + src/pokenav_conditions_search_results.o(.text); src/pokenav_ribbons_list.o(.text); src/pokenav_ribbons_summary.o(.text); src/pokenav_match_call_data.o(.text); @@ -671,8 +671,8 @@ SECTIONS { src/pokenav_match_call_1.o(.rodata); src/pokenav_match_call_2.o(.rodata); src/pokenav_region_map.o(.rodata); - src/pokenav_conditions_2.o(.rodata); - src/pokenav_conditions_3.o(.rodata); + src/pokenav_conditions_gfx.o(.rodata); + src/pokenav_conditions_search_results.o(.rodata); src/pokenav_ribbons_list.o(.rodata); src/pokenav_ribbons_summary.o(.rodata); src/pokenav_match_call_data.o(.rodata); |
