Fixes no effect on Diamond Storm, typo on Mortal Spin (#4489)
This commit is contained in:
parent
22f9eee509
commit
adbb5a44c8
1 changed files with 2 additions and 1 deletions
|
@ -14113,6 +14113,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
|||
.description = COMPOUND_STRING(
|
||||
"Whips up a storm of\n"
|
||||
"diamonds. May up Defense."),
|
||||
.effect = EFFECT_HIT,
|
||||
.power = 100,
|
||||
.type = TYPE_ROCK,
|
||||
.accuracy = 95,
|
||||
|
@ -18721,7 +18722,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
|||
.name = COMPOUND_STRING("Mortal Spin"),
|
||||
.description = COMPOUND_STRING(
|
||||
"Erases trap moves and Leech\n"
|
||||
"Seed. Poisons adjecent foes."),
|
||||
"Seed. Poisons adjacent foes."),
|
||||
.effect = EFFECT_HIT,
|
||||
.power = 30,
|
||||
.type = TYPE_POISON,
|
||||
|
|
Loading…
Reference in a new issue