From a250341e6c7b704c837182ae9ee70b18c45ee59c Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Fri, 18 Nov 2022 22:00:46 +0100 Subject: [PATCH] Forgot to reset Wicked Torque effect rate --- src/data/battle_moves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index 3ae20e102d..44aa3227e6 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -14440,7 +14440,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] = .type = TYPE_DARK, .accuracy = 100, .pp = 10, - .secondaryEffectChance = 100, + .secondaryEffectChance = 10, .target = MOVE_TARGET_SELECTED, .priority = 0, .flags = FLAG_PROTECT_AFFECTED,