fix syntax err
This commit is contained in:
parent
bb540b6236
commit
6a3266a265
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ bool32 AI_WeatherHasEffect(void)
|
|||
for (i = 0; i < gBattlersCount; i++)
|
||||
{
|
||||
if (IsBattlerAlive(i)
|
||||
&& (AI_GetAbility(i) == ABILITY_AIR_LOCK || AI_GetAbility(i) == ABILITY_CLOUD_NINE)
|
||||
&& (AI_GetAbility(i) == ABILITY_AIR_LOCK || AI_GetAbility(i) == ABILITY_CLOUD_NINE))
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue