mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
Fixed undef
This commit is contained in:
parent
0af63c04eb
commit
7dbc94deef
|
|
@ -1906,7 +1906,7 @@ s32 CalcCritChanceStage(u8 battlerAtk, u8 battlerDef, u32 move, bool32 recordAbi
|
|||
|
||||
return critChance;
|
||||
}
|
||||
#undef BenefitsFromLeek
|
||||
#undef BENEFITS_FROM_LEEK
|
||||
|
||||
s8 GetInverseCritChance(u8 battlerAtk, u8 battlerDef, u32 move)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user