Hello,
I'm working on the collab16 jam, which is my 1st real work on Pico-8 and I'm having quite some fun! Alas! my Pico-8 is now bugging a little:
- I want the bottom bar to show the tokens used, but everytime I go back to the code editor from another tab or after launching my program, the bottom bar shows the memory used, not the tokens. No improvement after quitting Pico-8 and reloading my file. It seems to happen only on my current p8 file btw.

- When I switch to the sprites tab, too often it will go back the 1st of the 4 pages, although I'm working on page 3.
FYI I recently discovered the Alt+left/right keyboard shortcuts to change the current tab and uses it a lot. But the bugs happen with clicking as well as keycuts.
It's not the big real breaking bug, but I need to keep an eye on tokens count and check my sprites, so that's really annoying. Anyone has an idea, or had the same pb?



Well, it fixed itself all of a sudden... I just changed the code, and deleted many commented lines. :\



I was here, I saw it all.
Watch the bottom bar, the tokens/memory used appears to switch when commenting some lines (maybe the long ones):




Pico-8 has a token limit and a character limit. The bottom bar will show whichever limit you're closer to. You can type "info" in the command prompt to see both of them.
[Please log in to post a comment]