Wrong undefs (#6024)

This commit is contained in:
Alex 2025-01-14 20:01:10 +01:00 committed by GitHub
parent 7af6c4c09e
commit 1c3ce75a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
{