mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 01:44:20 +01:00
Updated Esper Wing's accuracy if B_UPDATED_MOVE_DATA is Gen9 (#3004)
This commit is contained in:
parent
d71465d26a
commit
d09072fd0d
@ -12699,12 +12699,13 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
|
||||
{
|
||||
#if B_UPDATED_MOVE_DATA >= GEN_9
|
||||
.power = 80,
|
||||
.accuracy = 100,
|
||||
#else
|
||||
.power = 75,
|
||||
.accuracy = 90,
|
||||
#endif
|
||||
.effect = EFFECT_SPEED_UP_HIT,
|
||||
.type = TYPE_PSYCHIC,
|
||||
.accuracy = 90,
|
||||
.pp = 10,
|
||||
.secondaryEffectChance = 100,
|
||||
.target = MOVE_TARGET_SELECTED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user