NHSE/NHSE.WinForms
Kurt 0798aa5a97 Add batch editor
Similar to PKHeX's batch editor, probably with some stubbed functionality.

Example to change Oak Trees to apple trees:
=ItemId=60000
.ItemId=60001
;
=ExtensionItemId=60000
.ExtensionItemId=60001

Example to unbury all items:
=IsBuried=True
.IsBuried=False
.IsDropped=True
2021-03-21 11:51:57 -07:00
..
Controls Show associated item names in ItemEditor 2021-02-22 16:52:18 +00:00
Properties Initial v1.8.0 Support (#452) 2021-02-24 18:44:11 -08:00
Resources Image fetcher & 5byte fields (#359) 2020-07-20 19:02:49 -05:00
Subforms Add batch editor 2021-03-21 11:51:57 -07:00
Util Add villager quickswap from GUI + clipboard 2021-02-06 15:12:04 -08:00
Editor.cs Add a clearer exception message when no player folders present 2021-02-17 20:52:08 -08:00
Editor.Designer.cs Image fetcher & 5byte fields (#359) 2020-07-20 19:02:49 -05:00
Editor.resx De-clutter: Group some buttons into dropdown buttons 2020-04-26 20:45:41 -07:00
FodyWeavers.xml Initial commit 2020-03-27 17:54:17 -07:00
FodyWeavers.xsd Initial commit 2020-03-27 17:54:17 -07:00
icon.ico Initial commit 2020-03-27 17:54:17 -07:00
Main.cs Minor clean 2020-09-06 12:25:18 -07:00
Main.Designer.cs Add injection hotkeys to main window 2020-04-08 08:59:04 -07:00
Main.resx Initial commit 2020-03-27 17:54:17 -07:00
NHSE.WinForms.csproj Add batch editor 2021-03-21 11:51:57 -07:00
Program.cs Initial commit 2020-03-27 17:54:17 -07:00