Fixes Ominous Wind targeting (#2896)

This commit is contained in:
Eduardo Quezada D'Ottone 2023-04-08 13:01:42 -04:00 committed by GitHub
commit 23c7707e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,