Surf hits 3 opponent
This commit is contained in:
parent
35d0ea5ff5
commit
43d620f13a
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||
.accuracy = 100,
|
||||
.pp = 15,
|
||||
.secondaryEffectChance = 0,
|
||||
.target = MOVE_TARGET_BOTH,
|
||||
.target = MOVE_TARGET_FOES_AND_ALLY,
|
||||
.priority = 0,
|
||||
.flags = FLAG_PROTECT_AFFECTED | FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGSROCK_AFFECTED | FLAG_DMG_UNDERWATER,
|
||||
.split = SPLIT_SPECIAL,
|
||||
|
|
Loading…
Reference in a new issue