Fixes no effect on Diamond Storm, typo on Mortal Spin (#4489)

This commit is contained in:
PhallenTree 2024-05-04 14:11:32 +01:00 committed by GitHub
parent 22f9eee509
commit adbb5a44c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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