Fix flag debug screen corrupting subsequent message boxes (#3317)
This commit is contained in:
parent
5b498e968f
commit
8bf8c9e7a7
1 changed files with 18 additions and 22 deletions
|
@ -1315,10 +1315,6 @@ static void DebugTask_HandleMenuInput_FlagsVars(u8 taskId)
|
|||
{
|
||||
PlaySE(SE_SELECT);
|
||||
Debug_DestroyMenu(taskId);
|
||||
|
||||
ClearStdWindowAndFrame(gTasks[taskId].data[2], TRUE);
|
||||
RemoveWindow(gTasks[taskId].data[2]);
|
||||
|
||||
Debug_ReShowMainMenu();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue