mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -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:
parent
3fcf92c9ba
commit
5d9962d102
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user