Fixes Ominous Wind targeting (#2896)
This commit is contained in:
commit
23c7707e75
1 changed files with 1 additions and 1 deletions
|
@ -7884,7 +7884,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
|
|||
.accuracy = 100,
|
||||
.pp = 5,
|
||||
.secondaryEffectChance = 10,
|
||||
.target = MOVE_TARGET_BOTH,
|
||||
.target = MOVE_TARGET_SELECTED,
|
||||
.priority = 0,
|
||||
.flags = FLAG_PROTECT_AFFECTED | FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGS_ROCK_AFFECTED | FLAG_SHEER_FORCE_BOOST,
|
||||
.split = SPLIT_SPECIAL,
|
||||
|
|
Loading…
Reference in a new issue