mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +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);
|
PlaySE(SE_SELECT);
|
||||||
Debug_DestroyMenu(taskId);
|
Debug_DestroyMenu(taskId);
|
||||||
|
|
||||||
ClearStdWindowAndFrame(gTasks[taskId].data[2], TRUE);
|
|
||||||
RemoveWindow(gTasks[taskId].data[2]);
|
|
||||||
|
|
||||||
Debug_ReShowMainMenu();
|
Debug_ReShowMainMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user