diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-20 22:08:41 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-20 22:08:41 -0500 |
commit | 772f0aa3fd62678006181bd44b97c12744bd21ed (patch) | |
tree | 3bf79c86c3bfce8f6cbd5aa525ace5536c381b10 /ld_script.txt | |
parent | 7af3cd051edcaa9918096a1d1b7e43a15d3682f6 (diff) | |
parent | f00bbdfecafca4ea89d398061d1c584a39952487 (diff) |
Merge branch 'master' into link
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 5f4e22336..de08079fc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -276,8 +276,7 @@ SECTIONS { src/walda_phrase.o(.text); asm/contest_link_81D9DE4.o(.text); asm/trainer_rematch.o(.text); - asm/unk_sprite_file.o(.text); - asm/unk_transition.o(.text); + src/unk_transition.o(.text); src/international_string_util.o(.text); asm/international_string_util.o(.text); } =0 @@ -544,8 +543,8 @@ SECTIONS { src/rayquaza_scene.o(.rodata); src/walda_phrase.o(.rodata); data/trainer_rematch.o(.rodata); - data/unk_sprite_file.o(.rodata); data/unk_transition.o(.rodata); + src/unk_transition.o(.rodata); data/link_strings.o(.rodata); data/fonts.o(.rodata); data/mystery_event_msg.o(.rodata); |