mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
Fix Wood Hammer To Have 1/3rd Recoil
Wood Hammer was set to 1/4th recoil before
This commit is contained in:
parent
af07c451d0
commit
e87e8d0898
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user