From fe9e21749fa548f5efbf150867b6373bdd30ca99 Mon Sep 17 00:00:00 2001 From: sora10pls <17801814+sora10pls@users.noreply.github.com> Date: Fri, 22 Jul 2022 21:10:42 -0400 Subject: [PATCH] Sync missing changes oops --- pkNX.WinForms/MainEditor/EditorSWSH.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkNX.WinForms/MainEditor/EditorSWSH.cs b/pkNX.WinForms/MainEditor/EditorSWSH.cs index 94c62562..cda8a7b1 100644 --- a/pkNX.WinForms/MainEditor/EditorSWSH.cs +++ b/pkNX.WinForms/MainEditor/EditorSWSH.cs @@ -192,7 +192,7 @@ public void NotWorking_EditTypeChart() public void EditWild() { - if (ROM.PathExeFS == null) + if (ROM.PathExeFS == null || ROM.Game == GameVersion.SWSH) { var dr = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, "No ExeFS data found. Please choose which game's encounter tables you wish to edit.", "Yes for Sword, No for Shield."); if (dr == DialogResult.Cancel)