Label weather

This commit is contained in:
SatoMew
2019-05-17 14:14:21 +01:00
parent 468d5a0594
commit cfc43d1111
433 changed files with 894 additions and 891 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ s32 CalculateBaseDamage(struct BattlePokemon *attacker, struct BattlePokemon *de
damage /= 2;
// sunny
if (gBattleWeather & WEATHER_SUN_ANY)
if (gBattleWeather & WEATHER_SUNNY_ANY)
{
switch (type)
{