diff --git a/PKX/f1-Main.cs b/PKX/f1-Main.cs index b9a59b83e..689731efa 100644 --- a/PKX/f1-Main.cs +++ b/PKX/f1-Main.cs @@ -680,6 +680,10 @@ private void openFile(byte[] input, string path, string ext) new SAV_Wondercard(input).ShowDialog(); else { + if (!SAV.Exportable && DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, + "No save file loaded to obtain player info from", "Continue?")) + return; + PK6 pk = new WC6(input).convertToPK6(SAV); if (pk == null || pk.Species == 0 || pk.Species > 721) {