Disable Checksum Button for ram2sav files

This commit is contained in:
Kurt 2015-02-06 18:34:01 -08:00
parent b9cf5efe4e
commit 1942727869

View file

@ -713,13 +713,13 @@ namespace PKHeX
savegame_oras = oras;
// Enable Secondary Tools
GB_SAVtools.Enabled =
B_JPEG.Enabled =
B_VerifyCHK.Enabled = true;
B_JPEG.Enabled = true;
savedited = false;
Menu_ToggleBoxUI.Visible = false;
B_VerifySHA.Enabled = !cybergadget;
B_VerifyCHK.Enabled = !ramsavloaded;
// Set up Boxes
C_BoxSelect.SelectedIndex = 0;