From cb53c91b07af5c0af09d6bc8967ce5853e0a4368 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sun, 25 Oct 2020 22:36:05 -0300 Subject: [PATCH] rip --- src/data/battle_moves.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index d4d23a200..e2c8bbbbb 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -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,