Small comment tweak

This commit is contained in:
LOuroboros 2021-08-30 21:49:45 -03:00
parent 0a38054925
commit d0fd883ec7

View File

@ -7891,7 +7891,7 @@ static u32 CalcFinalDmg(u32 dmg, u16 move, u8 battlerAtk, u8 battlerDef, u8 move
&& gBattleMoves[move].effect != EFFECT_FACADE && abilityAtk != ABILITY_GUTS)
dmg = ApplyModifier(UQ_4_12(0.5), dmg);
// check sunny/rain weather
// check weather
if (WEATHER_HAS_EFFECT && gBattleWeather & WEATHER_RAIN_ANY)
{
if (moveType == TYPE_FIRE)