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

Binary numbers don't work

CapnMarcy opened this issue · comments

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.

Fixed.