dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
370 stars 46 forks source link

Invalid .p8: missing or corrupt header #113

Open HankDeTank05 opened 1 month ago

HankDeTank05 commented 1 month ago

I am trying to minify my code, but for some reason picotool is telling me I have a missing or corrupt header. I have tried this with every cart in my project, as well as carts in the "demos" folder that are downloaded using the install_demos command. I can't seem to figure out why I'm getting this error...

HankDeTank05 commented 1 month ago

I am trying to use picotool on the jumpnslash.p8 file in this repo