Fix comment typo

This commit is contained in:
Jaizu 2021-11-04 09:58:55 +01:00 committed by GitHub
parent b615bc6dcd
commit 2728f13eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12817,7 +12817,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