small fix
This commit is contained in:
parent
350c474f53
commit
192969c492
1 changed files with 1 additions and 0 deletions
|
@ -1682,6 +1682,7 @@ static void FieldTask_ReturnToPcMenu(void)
|
||||||
Task_PCMainMenu(taskId);
|
Task_PCMainMenu(taskId);
|
||||||
} else {
|
} else {
|
||||||
FlagClear(FLAG_SYS_PC_FROM_DEBUG_MENU);
|
FlagClear(FLAG_SYS_PC_FROM_DEBUG_MENU);
|
||||||
|
EnableBothScriptContexts();
|
||||||
}
|
}
|
||||||
SetVBlankCallback(vblankCb);
|
SetVBlankCallback(vblankCb);
|
||||||
FadeInFromBlack();
|
FadeInFromBlack();
|
||||||
|
|
Loading…
Reference in a new issue