public static bool IsDeferred3(this EncounterSlot slot, int currentSpecies, PKM pkm, bool IsSafariBall) { return(slot.IsDeferredWurmple(currentSpecies, pkm) || slot.IsDeferredSafari3(IsSafariBall)); }
private static bool IsDeferred(this EncounterSlot slot, int currentSpecies, PKM pkm, bool IsHidden) { return(slot.IsDeferredWurmple(currentSpecies, pkm) || slot.IsDeferredHiddenAbility(IsHidden)); }