Address review comments

This commit is contained in:
PikalaxALT
2019-10-09 18:12:37 -04:00
parent 5e0f0ca6dc
commit 734cada66a
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void mb_berry_fix_serve(void) // noreturn
ResetSpriteData();
ResetTasks();
ScanlineEffect_Stop();
gHelpSystemEnabled = 0;
gHelpSystemEnabled = FALSE;
taskId = CreateTask(mb_berry_fix_task, 0);
gTasks[taskId].data[0] = 0;
SetMainCallback2(mb_berry_fix_maincb);