dansanderson / picotool

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

Assert incorrectly minified by a unknown identifier. #34

Closed freds72 closed 6 years ago

freds72 commented 6 years ago

Original: assert()

Minified: a()

freds72 commented 6 years ago

Looks like assert is not in the list of built-in functions!

dansanderson commented 6 years ago

Fixed.