mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
Merge pull request #1800 from AsparagusEduardo/pret/pr/gSoftResetDisabled
Documented missing gSoftResetDisabled uses
This commit is contained in:
commit
722e501b7c
@ -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…
x
Reference in New Issue
Block a user