Fixed Psychic Fangs power

This commit is contained in:
Eduardo Quezada D'Ottone 2021-10-04 20:20:00 -03:00
parent 142a83ca96
commit 92f0f6f820

View File

@ -10226,7 +10226,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
[MOVE_PSYCHIC_FANGS] =
{
.effect = EFFECT_BRICK_BREAK,
.power = 75,
.power = 85,
.type = TYPE_PSYCHIC,
.accuracy = 100,
.pp = 15,