mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-08 10:35:22 -05:00
Sync missing changes
oops
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user