Fixes effect field on Dragon Darts (#4014)
This commit is contained in:
parent
1182368330
commit
af27621579
1 changed files with 1 additions and 1 deletions
|
@ -12153,7 +12153,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] =
|
||||||
|
|
||||||
[MOVE_DRAGON_DARTS] =
|
[MOVE_DRAGON_DARTS] =
|
||||||
{
|
{
|
||||||
.effect = EFFECT_MULTI_HIT, //TODO
|
.effect = EFFECT_HIT, // TODO: EFFECT_DRAGON_DARTS
|
||||||
.power = 50,
|
.power = 50,
|
||||||
.type = TYPE_DRAGON,
|
.type = TYPE_DRAGON,
|
||||||
.accuracy = 100,
|
.accuracy = 100,
|
||||||
|
|
Loading…
Reference in a new issue