Skip to content

Commit

Permalink
Wrong undefs (#6024)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Jan 14, 2025
1 parent 7af6c4c commit 1c3ce75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/battle_script_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -1913,8 +1913,8 @@ s32 CalcCritChanceStageArgs(u32 battlerAtk, u32 battlerDef, u32 move, bool32 rec

return critChance;
}
#undef CRIT_BLOCKED
#undef ALWAYS_CRITS
#undef CRITICAL_HIT_BLOCKED
#undef CRITICAL_HIT_ALWAYS

s32 CalcCritChanceStage(u32 battlerAtk, u32 battlerDef, u32 move, bool32 recordAbility)
{
Expand Down

0 comments on commit 1c3ce75

Please sign in to comment.