mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 14:29:26 -05:00
Set party stats on pkm create
Party stats are stored in box format
This commit is contained in:
@@ -428,6 +428,7 @@ public override PKM ConvertToPKM(ITrainerInfo sav, EncounterCriteria criteria)
|
||||
pk.WeightScalar = PokeSizeUtil.GetRandomScalar();
|
||||
}
|
||||
|
||||
pk.ResetPartyStats();
|
||||
pk.RefreshChecksum();
|
||||
return pk;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user