Merge pull request #2710 from LOuroboros/patch-1
Updated Psyshield Bash's accuracy
This commit is contained in:
commit
2581f91353
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue