Fix comment typo
This commit is contained in:
parent
b615bc6dcd
commit
2728f13eed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue