summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-05 18:11:34 -0400
committerGitHub <noreply@github.com>2017-07-05 18:11:34 -0400
commit3b3eb45b91c11b47504a80fcd853ec45abbbf445 (patch)
tree99daa00ca855631af74c92cd9c22dd8ae9c12429 /ld_script.txt
parent5a934970934661298d933a3e55c7cd672f0cda13 (diff)
parent2bedaf3824d27b6f8b3e3df9ec13604c0c6af749 (diff)
Merge pull request #346 from ProjectRevoTPP/sound_check_menu
Sound check menu
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 78613c3a3..4a9a7ec90 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -169,7 +169,7 @@ SECTIONS {
asm/contest_effect.o(.text);
src/record_mixing.o(.text);
asm/record_mixing.o(.text);
- asm/sound_check_menu.o(.text);
+ src/sound_check_menu.o(.text);
src/secret_base.o(.text);
asm/secret_base.o(.text_80BC1D0);
src/tv.o(.text);
@@ -409,7 +409,7 @@ SECTIONS {
data/money.o(.rodata);
data/contest_effect.o(.rodata);
data/record_mixing.o(.rodata);
- data/sound_check_menu.o(.rodata);
+ src/sound_check_menu.o(.rodata);
data/secret_base.o(.rodata);
data/tv.o(.rodata);
data/contest_link_80C2020.o(.rodata);