mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +01:00
Fix Fire Lash
As stated in #411, this move should hurt the opponent and lower their defense, not just the latter.
This commit is contained in:
parent
72be56c15c
commit
746bdb581a
@ -9026,7 +9026,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
||||
|
||||
[MOVE_FIRE_LASH] =
|
||||
{
|
||||
.effect = EFFECT_DEFENSE_DOWN,
|
||||
.effect = EFFECT_DEFENSE_DOWN_HIT,
|
||||
.power = 80,
|
||||
.type = TYPE_FIRE,
|
||||
.accuracy = 100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user