mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 22:34:49 -05:00
Mark SAV as unmodified upon load
Closes #1076 seems kinda lazy as I didn't bother tracking down the suspect that modifies the save (presumably the hex seed values); those should load correctly and not change any bytes.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user