Fixed Wring Out's power (#2824)

Fixes #2823
This commit is contained in:
Eduardo Quezada D'Ottone 2023-03-13 05:07:29 -03:00 committed by GitHub
parent 6f13e4cfc5
commit a8c9309458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6426,7 +6426,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
[MOVE_WRING_OUT] =
{
.effect = EFFECT_WRING_OUT,
.power = 0,
.power = 1,
.type = TYPE_NORMAL,
.accuracy = 100,
.pp = 5,