mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 12:35:20 -05: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
|
|
@ -636,7 +636,6 @@ public PK8 ConvertToPK8()
|
|||
IV_SPA = IV_SPA,
|
||||
IV_SPD = IV_SPD,
|
||||
IV_SPE = IV_SPE,
|
||||
IsEgg = IsEgg,
|
||||
IsNicknamed = IsNicknamed,
|
||||
FatefulEncounter = FatefulEncounter,
|
||||
Gender = Gender,
|
||||
|
|
@ -646,12 +645,10 @@ public PK8 ConvertToPK8()
|
|||
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 @@ public PK8 ConvertToPK8()
|
|||
// Region = Region,
|
||||
// ConsoleRegion = ConsoleRegion,
|
||||
|
||||
// todo: memories
|
||||
OT_Memory = OT_Memory,
|
||||
OT_TextVar = OT_TextVar,
|
||||
OT_Feeling = OT_Feeling,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user