summaryrefslogtreecommitdiff
path: root/src/title_screen.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
commit855c052be041ed85789db1e460dd35cab9d12b4f (patch)
tree35dcf54a3b48510c01c721e2733646ed597ff79a /src/title_screen.c
parent734cada66a2d9938cdc9a2806f68352d06da6e9a (diff)
Rename song constants using Japanese sound test menu
Diffstat (limited to 'src/title_screen.c')
-rw-r--r--src/title_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title_screen.c b/src/title_screen.c
index 26770b633..44bdc7c0f 100644
--- a/src/title_screen.c
+++ b/src/title_screen.c
@@ -285,7 +285,7 @@ void CB2_InitTitleScreen(void)
sTitleScreenTimerTaskId = CreateTask(Task_TitleScreenTimer, 2);
SetVBlankCallback(VBlankCB);
SetMainCallback2(CB2_TitleScreenRun);
- m4aSongNumStart(BGM_FRLG_TITLE);
+ m4aSongNumStart(MUS_TITLE);
}
return;
}