mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Fix flag debug screen corrupting subsequent message boxes (#3317)
This commit is contained in:
parent
5b498e968f
commit
8bf8c9e7a7
@ -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 New Issue
Block a user