mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
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:
parent
5c845a3875
commit
9efaae0df6
2 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue