Skip to content

Commit

Permalink
Revert accidental move changes. (#3986)
Browse files Browse the repository at this point in the history
Revert Sky Attack critboost.
Revert Crunch nerf.
Restore Burning Jealousy accuracy.
  • Loading branch information
GraionDilach authored Jan 13, 2024
1 parent ff0aed3 commit e15eadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/battle_moves.h
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,6 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] =
.effect = EFFECT_TWO_TURNS_ATTACK,
.power = 140,
.type = TYPE_FLYING,
.criticalHitStage = 1,
.accuracy = 90,
.pp = 5,
.target = MOVE_TARGET_SELECTED,
Expand Down Expand Up @@ -4177,13 +4176,13 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] =
#if B_UPDATED_MOVE_DATA >= GEN_4
.additionalEffects = ADDITIONAL_EFFECTS({
.moveEffect = MOVE_EFFECT_DEF_MINUS_1,
.chance = 10,
.chance = 20,
}
),
#else
.additionalEffects = ADDITIONAL_EFFECTS({
.moveEffect = MOVE_EFFECT_SP_DEF_MINUS_1,
.chance = 10,
.chance = 20,
}
),
#endif
Expand Down Expand Up @@ -12348,6 +12347,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] =
.effect = EFFECT_HIT,
.power = 70,
.type = TYPE_FIRE,
.accuracy = 100,
.pp = 5,
.target = MOVE_TARGET_BOTH,
.priority = 0,
Expand Down

0 comments on commit e15eadd

Please sign in to comment.