We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e79aef commit 5daa886Copy full SHA for 5daa886
pkNX.WinForms/MainEditor/EditorSWSH.cs
@@ -107,22 +107,6 @@ public void NotWorking_EditItems()
107
cache.Save();
108
}
109
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
-
126
public void EditShinyRate()
127
{
128
if (ROM.PathExeFS == null)
0 commit comments