mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Fix comment typo
This commit is contained in:
parent
b615bc6dcd
commit
2728f13eed
@ -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 New Issue
Block a user