mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-31 08:23:56 +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
|
#if B_UPDATED_MOVE_DATA >= GEN_9
|
||||||
.power = 80,
|
.power = 80,
|
||||||
|
.accuracy = 100,
|
||||||
#else
|
#else
|
||||||
.power = 75,
|
.power = 75,
|
||||||
|
.accuracy = 90,
|
||||||
#endif
|
#endif
|
||||||
.effect = EFFECT_SPEED_UP_HIT,
|
.effect = EFFECT_SPEED_UP_HIT,
|
||||||
.type = TYPE_PSYCHIC,
|
.type = TYPE_PSYCHIC,
|
||||||
.accuracy = 90,
|
|
||||||
.pp = 10,
|
.pp = 10,
|
||||||
.secondaryEffectChance = 100,
|
.secondaryEffectChance = 100,
|
||||||
.target = MOVE_TARGET_SELECTED,
|
.target = MOVE_TARGET_SELECTED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user