From adbb5a44c8cca1934c6a4dcfd91d0a1f97d440a4 Mon Sep 17 00:00:00 2001 From: PhallenTree <168426989+PhallenTree@users.noreply.github.com> Date: Sat, 4 May 2024 14:11:32 +0100 Subject: [PATCH] Fixes no effect on Diamond Storm, typo on Mortal Spin (#4489) --- src/data/moves_info.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 6fbe504a77..5a22e783fc 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -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,