diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-29 14:40:50 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-29 14:40:50 +0100 |
commit | 78fc471f320f7088caa0bf0e7fa065ca1d75329e (patch) | |
tree | 49b205dc643a99150ae0daa8d4a587a07764c5be /ld_script.txt | |
parent | 78728ae454b6c184b69f4a8c145f32904d406f19 (diff) | |
parent | 10037ac0e1c1737dc7cb309257369b17ccd5e028 (diff) |
mon anim with master
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 35b0ce582..314ad0e62 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -147,7 +147,7 @@ SECTIONS { asm/shop.o(.text); src/berry.o(.text); asm/script_menu.o(.text); - asm/naming_screen.o(.text); + src/naming_screen.o(.text); src/money.o(.text); asm/contest_effect.o(.text); asm/record_mixing.o(.text); @@ -440,7 +440,7 @@ SECTIONS { data/shop.o(.rodata); src/berry.o(.rodata); data/script_menu.o(.rodata); - data/naming_screen.o(.rodata); + src/naming_screen.o(.rodata); src/money.o(.rodata); data/contest_effect.o(.rodata); data/record_mixing.o(.rodata); @@ -540,7 +540,7 @@ SECTIONS { data/trainer_rematch.o(.rodata); data/unk_transition.o(.rodata); src/unk_transition.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); |