diff --git a/pk3DS/Main.cs b/pk3DS/Main.cs index 26e636e..5901961 100644 --- a/pk3DS/Main.cs +++ b/pk3DS/Main.cs @@ -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; }