This commit is contained in:
Eduardo Quezada 2020-10-25 22:36:05 -03:00
parent ae60ae8a2d
commit cb53c91b07

View file

@ -10347,9 +10347,9 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
[MOVE_FLOATY_FALL] =
{
.effect = EFFECT_FLINCH_HIT,
.power = 95,
.power = 90,
.type = TYPE_FLYING,
.accuracy = 90,
.accuracy = 95,
.pp = 15,
.secondaryEffectChance = 30,
.target = MOVE_TARGET_SELECTED,