diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2021-12-25 07:04:19 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 07:04:19 -0300 |
commit | 599ca580597c158374fe7a598a876eb5a97f9fa2 (patch) | |
tree | 8daef71f675ea7ba3d6dea8bb5a984a2458785bc /src | |
parent | 84925a892b20b8f688d36a616366f72ed52f686f (diff) |
Update main_menu.c
Diffstat (limited to 'src')
-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 601e66cb9..e7802b1e7 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -104,7 +104,7 @@ * printing, and then wait for A or B to be pressed. * - Then advance to Task_HandleMainMenuBPressed. * - * Task_NewGameBirchSpeechInit + * Task_NewGameBirchSpeech_Init * - Load the sprites for the intro speech, start playing music * Task_NewGameBirchSpeech_WaitToShowBirch * - Spawn Task_NewGameBirchSpeech_FadeInTarget1OutTarget2 |