Updated Full Screen Start Menu by Archie and Mudskip (markdown)

Team Aqua's Hideout 2024-03-23 22:57:57 -04:00
parent c98cf7e1ea
commit 5d601ec1ee
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ static void Task_ClosePokedex(u8 taskId)
ClearMonSprites();
FreeWindowAndBgBuffers();
DestroyTask(taskId);
+ SetMainCallback2(CB2_ReturnToFullScreenStartMenu);
SetMainCallback2(CB2_ReturnToFullScreenStartMenu); // This is the changed Line
m4aMPlayVolumeControl(&gMPlayInfo_BGM, TRACKS_ALL, 0x100);
Free(sPokedexView);
}