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
2020-08-28 09:41:11 -07:00
2021-03-21 11:51:57 -07:00
2021-02-25 17:31:50 +00:00
2021-03-18 13:41:48 +00:00
2021-03-17 19:06:07 -07:00
2021-03-18 12:50:12 +00:00
2021-03-21 11:51:57 -07:00
2020-03-27 17:54:17 -07:00
2020-03-27 17:54:17 -07:00
2020-03-27 17:54:17 -07:00
2020-03-27 17:54:17 -07:00

NHSE

License

Save Editor for Animal Crossing: New Horizons

Edits savedata dumped from the Nintendo Switch.

  • Bring your own save file data; this program does not dump it from your console.

See Also

MyHorizons by Cuyler36

  • Some portions of code are liberally adapted from Cuyler36's project above.

Other

Refer to the Wiki for more information.

We do not support or condone cheating at the expense of others. Please be responsible!

Languages
C# 100%