Remove unneded property copy

eggs didnt exist in lgpe, would be all zero anyways
memories copy in pk7, remove todo
This commit is contained in:
Kurt 2020-02-14 14:48:48 -08:00
parent 5c845a3875
commit 9efaae0df6
2 changed files with 0 additions and 4 deletions

View file

@ -636,7 +636,6 @@ namespace PKHeX.Core
IV_SPA = IV_SPA,
IV_SPD = IV_SPD,
IV_SPE = IV_SPE,
IsEgg = IsEgg,
IsNicknamed = IsNicknamed,
FatefulEncounter = FatefulEncounter,
Gender = Gender,
@ -646,12 +645,10 @@ namespace PKHeX.Core
Version = Version,
OT_Name = OT_Name,
MetDate = MetDate,
EggMetDate = EggMetDate,
Met_Location = Met_Location,
Ball = Ball,
Met_Level = Met_Level,
OT_Gender = OT_Gender,
HyperTrainFlags = HyperTrainFlags,
// Memories don't exist in LGPE, and no memories are set on transfer.

View file

@ -566,7 +566,6 @@ namespace PKHeX.Core
// Region = Region,
// ConsoleRegion = ConsoleRegion,
// todo: memories
OT_Memory = OT_Memory,
OT_TextVar = OT_TextVar,
OT_Feeling = OT_Feeling,