C3RV1 / UndertaleNDS

Undertale port for Nintendo DS (src only, no copyrighted material).
GNU General Public License v2.0
179 stars 24 forks source link

Python 3.8 or higher required #18

Open Zandengoff opened 1 year ago

Zandengoff commented 1 year ago

Went to patch the latest version and found I had to install python 3.8 to get the patching to function. The operator := is not valid in earlier versions and prevents patching. As I had additional versions of python on the machine, I also had to edit the main patching tools script to specify python3.8 instead of python as well. Might be something to add to the readme file?