From 40a23ad799281cd6e8d8a67cb5c10ad8b3eca7de Mon Sep 17 00:00:00 2001 From: Eduardo Alvaro Quezada D'Ottone Date: Tue, 28 Apr 2020 04:59:28 -0400 Subject: [PATCH] String Shot lowers speed twice, (#360) --- 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 97c00d955..d2e84606a 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -1136,7 +1136,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] = [MOVE_STRING_SHOT] = { - .effect = EFFECT_SPEED_DOWN, + .effect = EFFECT_SPEED_DOWN_2, .power = 0, .type = TYPE_BUG, .accuracy = 95,