mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 00:15:25 -05:00
Flag past gen transfers
not valid yet
This commit is contained in:
@@ -107,6 +107,8 @@ public void VerifyTransferLegalityG8(LegalityAnalysis data)
|
||||
var pi = (PersonalInfoSWSH)PersonalTable.SWSH.GetFormeEntry(species, pkm.AltForm);
|
||||
if (!pi.IsPresentInGame)
|
||||
data.AddLine(GetInvalid(LTransferBad));
|
||||
else if (pkm.GenNumber != 8)
|
||||
data.AddLine(GetInvalid(LTransferBad));
|
||||
}
|
||||
|
||||
public IEnumerable<CheckResult> VerifyVCEncounter(PKM pkm, IEncounterable encounter, ILocation transfer, IList<CheckMoveResult> Moves)
|
||||
|
||||
Reference in New Issue
Block a user