diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-24 00:18:10 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-24 00:18:10 -0600 |
commit | 0c47cd6fc3723bffce2d36c41ab601eab8831626 (patch) | |
tree | 58dfc0f471461a60dea50399b612b044876fa002 /ld_script.txt | |
parent | e5596be256349f957f0543f4aa45fad9d1bb801a (diff) |
Renamed link_strings and fixed warning in fldeff_cut.s
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 fff1b32ef..f2a9d8196 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -540,8 +540,7 @@ SECTIONS { data/trainer_rematch.o(.rodata); data/unk_transition.o(.rodata); src/unk_transition.o(.rodata); - data/naming_screen_strings.o(.rodata); - data/link_strings.o(.rodata); + data/text_input_strings.o(.rodata); data/fonts.o(.rodata); src/mystery_event_msg.o(.rodata); data/mystery_event_msg.o(.rodata); |