Skip to content

Commit 5daa886

Browse files
committed
Clean up NotWorking_EditMoves for SWSH
1 parent 2e79aef commit 5daa886

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pkNX.WinForms/MainEditor/EditorSWSH.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,6 @@ public void NotWorking_EditItems()
107107
cache.Save();
108108
}
109109

110-
public void NotWorking_EditMoves()
111-
{
112-
var obj = ROM[GameFile.MoveStats]; // mini
113-
var cache = new DataCache<Move7>(obj)
114-
{
115-
Create = data => new Move7(data),
116-
Write = move => move.Write(),
117-
};
118-
using var form = new GenericEditor<Move7>(cache, ROM.GetStrings(TextName.MoveNames), "Move Editor");
119-
form.ShowDialog();
120-
if (!form.Modified)
121-
cache.CancelEdits();
122-
else
123-
cache.Save();
124-
}
125-
126110
public void EditShinyRate()
127111
{
128112
if (ROM.PathExeFS == null)

0 commit comments

Comments
 (0)