Sync missing changes

oops
This commit is contained in:
sora10pls
2022-07-22 21:10:42 -04:00
parent 6406e1d4cd
commit fe9e21749f

View File

@@ -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)