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)