Skip to content

Commit

Permalink
Merge pull request #2710 from LOuroboros/patch-1
Browse files Browse the repository at this point in the history
Updated Psyshield Bash's accuracy
  • Loading branch information
AsparagusEduardo authored Feb 19, 2023
2 parents 380af44 + c33cc83 commit 2581f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/battle_moves.h
Original file line number Diff line number Diff line change
Expand Up @@ -13294,7 +13294,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
.effect = EFFECT_DEFENSE_UP_HIT,
.power = 70,
.type = TYPE_PSYCHIC,
.accuracy = 100,
.accuracy = 90,
.pp = 10,
.secondaryEffectChance = 100,
.target = MOVE_TARGET_SELECTED,
Expand Down

0 comments on commit 2581f91

Please sign in to comment.