Merge pull request #1858 from Jaizu/patch-20

Fix comment typo
This commit is contained in:
ghoulslash 2021-11-04 15:08:54 -04:00 committed by GitHub
commit a30573f317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12834,7 +12834,7 @@ static void Cmd_handleballthrow(void)
gBattleSpritesDataPtr->animationData->criticalCaptureSuccess = 0;
if (CriticalCapture(odds))
{
maxShakes = 1; //critical capture doesn't gauarantee capture
maxShakes = 1; //critical capture doesn't guarantee capture
gBattleSpritesDataPtr->animationData->isCriticalCapture = 1;
}
else