Add CRO editing prompt (MartEditor7)

This commit is contained in:
Matt
2017-04-18 16:28:23 -04:00
committed by GitHub
parent e557887c6b
commit ba86b02f5d

View File

@@ -879,6 +879,10 @@ private void B_Mart_Click(object sender, EventArgs e)
break;
case 7:
if (threadActive()) return;
if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo,
"CRO Editing causes crashes if you do not patch the RO module.", "Continue anyway?"))
return;
if (RomFSPath != null) new MartEditor7().Show();
break;
}