Fixed undef
This commit is contained in:
parent
0af63c04eb
commit
7dbc94deef
1 changed files with 1 additions and 1 deletions
|
@ -1906,7 +1906,7 @@ s32 CalcCritChanceStage(u8 battlerAtk, u8 battlerDef, u32 move, bool32 recordAbi
|
||||||
|
|
||||||
return critChance;
|
return critChance;
|
||||||
}
|
}
|
||||||
#undef BenefitsFromLeek
|
#undef BENEFITS_FROM_LEEK
|
||||||
|
|
||||||
s8 GetInverseCritChance(u8 battlerAtk, u8 battlerDef, u32 move)
|
s8 GetInverseCritChance(u8 battlerAtk, u8 battlerDef, u32 move)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue