mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-23 14:31:46 -05:00
Merge pull request #2603 from TeamAquasHideout/upcoming
Fix Wood Hammer To Have 1/3rd Recoil
This commit is contained in:
commit
4c4fa6a2b6
|
|
@ -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…
Reference in New Issue
Block a user