mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Flag insufficient flawless IVs for eslot8a
This commit is contained in:
parent
3069d42ad4
commit
b8394516d2
|
|
@ -84,6 +84,9 @@ private void VerifyIVsGen8(LegalityAnalysis data)
|
|||
var pkm = data.pkm;
|
||||
if (pkm.GO)
|
||||
VerifyIVsGoTransfer(data);
|
||||
|
||||
if (data.EncounterMatch is EncounterSlot8a s)
|
||||
VerifyIVsFlawless(data, s.FlawlessIVCount);
|
||||
}
|
||||
|
||||
private void VerifyIVsGen6(LegalityAnalysis data, EncounterSlot w)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user