Merge pull request #1800 from AsparagusEduardo/pret/pr/gSoftResetDisabled

Documented missing gSoftResetDisabled uses
This commit is contained in:
GriffinR 2022-10-13 14:29:43 -04:00 committed by GitHub
commit 722e501b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1264,7 +1264,7 @@ static void Task_SaveAfterLinkBattle(u8 taskId)
} }
else else
{ {
gSoftResetDisabled = 1; gSoftResetDisabled = TRUE;
*state = 1; *state = 1;
} }
break; break;
@ -1278,7 +1278,7 @@ static void Task_SaveAfterLinkBattle(u8 taskId)
{ {
ClearContinueGameWarpStatus2(); ClearContinueGameWarpStatus2();
*state = 3; *state = 3;
gSoftResetDisabled = 0; gSoftResetDisabled = FALSE;
} }
break; break;
case 3: case 3: