diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-18 20:22:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 20:22:58 -0400 |
commit | 8e6dd3bafeab105f079e120d3b2cd7e61cf10477 (patch) | |
tree | a4c609fcc5ede5065a1578c3186eaf9baac3c6d0 /ld_script.txt | |
parent | 1a27af88553394c3190cf74b47128f2a82750f4c (diff) | |
parent | 72edc46ab6c62be8af99d568b885cd558c59eb60 (diff) |
Merge pull request #1086 from GriffinRichards/doc-unktrans
Document unk_transition
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0e7e2f234..9b0a82d9c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -331,7 +331,7 @@ SECTIONS { src/walda_phrase.o(.text); src/contest_link_util.o(.text); src/gym_leader_rematch.o(.text); - src/unk_transition.o(.text); + src/battle_transition_frontier.o(.text); src/international_string_util.o(.text); } =0 @@ -685,7 +685,7 @@ SECTIONS { src/rayquaza_scene.o(.rodata); src/walda_phrase.o(.rodata); src/gym_leader_rematch.o(.rodata); - src/unk_transition.o(.rodata); + src/battle_transition_frontier.o(.rodata); src/text_input_strings.o(.rodata); data/fonts.o(.rodata); src/mystery_event_msg.o(.rodata); |