diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 19:54:16 -0500 |
commit | 7b7f4bb7d6f5d29b40e15aa4c6285c6885359e0d (patch) | |
tree | 8da3f8fae8c1c165e3435ee079f48631479b7611 /src/main_menu.c | |
parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'src/main_menu.c')
-rw-r--r-- | src/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_menu.c b/src/main_menu.c index 886995b16..93d9be77a 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -774,7 +774,7 @@ static void Task_NewGameSpeech1(u8 taskId) gTasks[taskId].data[3] = 0xFF; gTasks[taskId].tFrameCounter = 216; //Wait 3.6 seconds (216 frames) before starting speech - PlayBGM(BGM_DOORO_X4); + PlayBGM(MUS_DOORO_X4); } static void Task_NewGameSpeech2(u8 taskId) |