Cherrim
This commit is contained in:
parent
c80861d85e
commit
aade9f5f5a
1 changed files with 1 additions and 1 deletions
|
@ -2624,7 +2624,7 @@ u8 TryWeatherFormChange(u8 battler)
|
|||
if (gBattleMons[battler].ability != ABILITY_FLOWER_GIFT || gBattleMons[battler].hp == 0)
|
||||
ret = 0;
|
||||
else if (gBattleMonForms[battler] == 0 && weatherEffect && gBattleWeather & WEATHER_SUN_ANY)
|
||||
ret = 3;
|
||||
ret = 2;
|
||||
else if (gBattleMonForms[battler] != 0 && (!weatherEffect || !(gBattleWeather & WEATHER_SUN_ANY)))
|
||||
ret = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue