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

Expected b'end' at line 1354 char 30 #109

Open joelsgp opened 1 year ago

joelsgp commented 1 year ago

I get this error but the code is fine: https://github.com/joelsgp/Bros/blob/c688dc2ddd5ca3bd9032d1340c9ede72917a7f7a/cart/bros.p8#L1355

when I add an end on line 1345, the minifier runs but the cart doesn't

joelsgp commented 1 year ago

ok it's the |= token