From e87e8d0898e7249f8282a26eb9c56b79b46f921f Mon Sep 17 00:00:00 2001 From: Team Aqua's Hideout <108838662+TeamAquasHideout@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:16:37 -0500 Subject: [PATCH] Fix Wood Hammer To Have 1/3rd Recoil Wood Hammer was set to 1/4th recoil before --- src/data/battle_moves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index 41779a0c5..b6c590927 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -8150,7 +8150,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] = [MOVE_WOOD_HAMMER] = { - .effect = EFFECT_RECOIL_25, + .effect = EFFECT_RECOIL_33, .power = 120, .type = TYPE_GRASS, .accuracy = 100,