diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-12-27 16:29:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 16:29:08 -0500 |
commit | f554f09aedeea7478e650d263a40a9949bc898d6 (patch) | |
tree | 8daef71f675ea7ba3d6dea8bb5a984a2458785bc | |
parent | 84925a892b20b8f688d36a616366f72ed52f686f (diff) | |
parent | 599ca580597c158374fe7a598a876eb5a97f9fa2 (diff) |
Merge pull request #1582 from LOuroboros/patch-2
Update 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 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 |