diff --git a/PKHeX.WinForms/MainWindow/Main.cs b/PKHeX.WinForms/MainWindow/Main.cs index 9c1edd148..aa8fcfd90 100644 --- a/PKHeX.WinForms/MainWindow/Main.cs +++ b/PKHeX.WinForms/MainWindow/Main.cs @@ -1357,6 +1357,7 @@ private void openSAV(SaveFile sav, string path) TemplateFields(); loadingSAV = false; + SAV.Edited = false; // Indicate audibly the save is loaded SystemSounds.Beep.Play();