Documented missing gSoftResetDisabled uses
This commit is contained in:
parent
bb2e64b3fc
commit
044898fe95
1 changed files with 2 additions and 2 deletions
|
@ -1264,7 +1264,7 @@ static void Task_SaveAfterLinkBattle(u8 taskId)
|
|||
}
|
||||
else
|
||||
{
|
||||
gSoftResetDisabled = 1;
|
||||
gSoftResetDisabled = TRUE;
|
||||
*state = 1;
|
||||
}
|
||||
break;
|
||||
|
@ -1278,7 +1278,7 @@ static void Task_SaveAfterLinkBattle(u8 taskId)
|
|||
{
|
||||
ClearContinueGameWarpStatus2();
|
||||
*state = 3;
|
||||
gSoftResetDisabled = 0;
|
||||
gSoftResetDisabled = FALSE;
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
|
|
Loading…
Reference in a new issue