dansanderson / picotool

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

Binary numbers don't work #32

Closed CapnMarcy closed 6 years ago

CapnMarcy commented 6 years ago

print(0b0011) A .p8 file with the above code in returns the following error binarytest.p8: Expected b')' at line 1 char 7 binarytest.p8: could not load cart

It seems to be to do with p8s new binary number representation.

dansanderson commented 6 years ago

Fixed.