SuperFromND / iguana

Golang tool for automatically creating Ikemen GO movelists.
MIT License
10 stars 0 forks source link

DEF `movelist` parameter patching #1

Closed SuperFromND closed 1 year ago

SuperFromND commented 1 year ago

It'd be extremely convenient for Iguana to be capable of patching .def files to include a movelist = movelist.dat key if it's not already present in the file.

This probably shouldn't be something it does automatically by default, but rather requires an 'opt-in' via parameter (I've already reserved -def in the code for this purpose).