mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Flag past gen transfers
not valid yet
This commit is contained in:
parent
8c33318852
commit
451694da28
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ namespace PKHeX.Core
|
||||||
var pi = (PersonalInfoSWSH)PersonalTable.SWSH.GetFormeEntry(species, pkm.AltForm);
|
var pi = (PersonalInfoSWSH)PersonalTable.SWSH.GetFormeEntry(species, pkm.AltForm);
|
||||||
if (!pi.IsPresentInGame)
|
if (!pi.IsPresentInGame)
|
||||||
data.AddLine(GetInvalid(LTransferBad));
|
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)
|
public IEnumerable<CheckResult> VerifyVCEncounter(PKM pkm, IEncounterable encounter, ILocation transfer, IList<CheckMoveResult> Moves)
|
||||||
|
|
Loading…
Reference in a new issue