mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Flag insufficient flawless IVs for eslot8a
This commit is contained in:
parent
3069d42ad4
commit
b8394516d2
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ namespace PKHeX.Core
|
|||
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 a new issue