mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Correct effect for seed flare
This commit is contained in:
parent
7ec9123b0a
commit
e9829c16c4
@ -6521,7 +6521,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
||||
|
||||
[MOVE_SEED_FLARE] =
|
||||
{
|
||||
.effect = EFFECT_SPECIAL_DEFENSE_DOWN_2,
|
||||
.effect = EFFECT_SPECIAL_DEFENSE_DOWN_HIT_2,
|
||||
.power = 120,
|
||||
.type = TYPE_GRASS,
|
||||
.accuracy = 85,
|
||||
|
Loading…
x
Reference in New Issue
Block a user