mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-04 00:16:23 -05:00
Reset Version to 0 if SV IsEgg
This commit is contained in:
parent
ee9f8f0558
commit
d9982bcd47
|
|
@ -1439,6 +1439,9 @@ private void UpdateIsEgg(object sender, EventArgs e)
|
|||
// Wipe egg memories
|
||||
if (Entity.Format >= 6 && ModifyPKM)
|
||||
Entity.ClearMemories();
|
||||
|
||||
if (Entity is PK9)
|
||||
CB_GameOrigin.SelectedValue = 0;
|
||||
}
|
||||
else // Not Egg
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user