mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
Save met level
closes #1514 , needed to go in savemisc for gen3 pkm met_location is saved when changing it in the forms, save anyways
This commit is contained in:
parent
a816f4cea6
commit
c25207a6ab
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ namespace PKHeX.WinForms.Controls
|
|||
pk.Ball = WinFormsUtil.GetIndex(CB_Ball);
|
||||
pk.Version = WinFormsUtil.GetIndex(CB_GameOrigin);
|
||||
pk.Language = WinFormsUtil.GetIndex(CB_Language);
|
||||
pk.Met_Level = Util.ToInt32(TB_MetLevel.Text);
|
||||
pk.Met_Location = WinFormsUtil.GetIndex(CB_MetLocation);
|
||||
}
|
||||
|
||||
private void LoadMisc4(PKM pk)
|
||||
|
|
Loading…
Reference in a new issue