Skip to content

Commit

Permalink
Fixed Defog/ignoresSubstitute logic
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeblasio committed Jan 25, 2025
1 parent 089bcaa commit 544977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/moves_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -10839,7 +10839,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
.priority = 0,
.category = DAMAGE_CATEGORY_STATUS,
.zMove = { .effect = Z_EFFECT_ACC_UP_1 },
.ignoresSubstitute = B_UPDATED_MOVE_FLAGS >= GEN_5,
.ignoresSubstitute = B_UPDATED_MOVE_FLAGS < GEN_5,
.magicCoatAffected = B_UPDATED_MOVE_FLAGS >= GEN_5,
.contestEffect = CONTEST_EFFECT_WORSEN_CONDITION_OF_PREV_MONS,
.contestCategory = CONTEST_CATEGORY_BEAUTY,
Expand Down

0 comments on commit 544977f

Please sign in to comment.