Merge pull request #1723 from AsparagusEduardo/fix_PsychicFangs

Fixed Psychic Fangs power
This commit is contained in:
BuffelSaft 2021-10-06 14:36:53 +13:00 committed by GitHub
commit 2119c33989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,