String Shot lowers speed twice, (#360)

This commit is contained in:
Eduardo Alvaro Quezada D'Ottone 2020-04-28 04:59:28 -04:00 committed by GitHub
parent 432ae46570
commit 40a23ad799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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