Address review comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user