summaryrefslogtreecommitdiff
path: root/src/code_2.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-26 00:07:18 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-26 00:07:18 -0500
commit5dc5b3b1f97f9467005dadd63f5f6e052f984bc3 (patch)
tree1a78046d52129ea3ddafc06d391706590a54ceaf /src/code_2.c
parentf2457501ee643a2fc3b23e93f4e2f0a567a3231c (diff)
Used official or more common names for music tracks
Diffstat (limited to 'src/code_2.c')
-rw-r--r--src/code_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_2.c b/src/code_2.c
index 29f1088..8a6987b 100644
--- a/src/code_2.c
+++ b/src/code_2.c
@@ -138,7 +138,7 @@ void GameLoop(void)
FinishReadSavePak();
}
tmp3 = 1;
- StartNewBGM(MUS_LOADING_SCREEN);
+ StartNewBGM(MUS_FILE_SELECT);
flag = TRUE;
sub_80095CC(0, 20);
InitMainMenu();