mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-22 09:46:07 -05:00
Add CRO editing prompt (MartEditor7)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user