Skip to content

Commit

Permalink
Updated Psyshield Bash's accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
LOuroboros authored Feb 19, 2023
1 parent 380af44 commit c33cc83
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 c33cc83

Please sign in to comment.