dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assert incorrectly minified by a unknown identifier.

freds72 opened this issue · comments

Original:
assert()

Minified:
a()

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

Fixed.