Fix Wood Hammer To Have 1/3rd Recoil

Wood Hammer was set to 1/4th recoil before
This commit is contained in:
Team Aqua's Hideout 2023-01-27 08:16:37 -05:00 committed by GitHub
parent af07c451d0
commit e87e8d0898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,