![[Fixed, Pico-8] Pico-8 Graphics Demo](https://cdn2.scratch.mit.edu/get_image/project/423372766_480x360.png)
If you have a Pico-8 cartridge as a .p8.png (or just a .png) file that you wish to import, please copy the hexadecimal from this (https://p8png-to-p8-hexadecimal-string.geotale.repl.co/) rather than getting the direct file hexadecimal because png compression is weird and I like bytewise stuff, not bitwise. If you have a plain .p8 file you can just convert it to hexadecimal.
Celeste [Classic] by Matt Thorson and Noel Berry (no license) for the Pico-8. What's wrong with the graphics (import a cart or press space to see them)? I seem to be importing the rom correctly (as seen from the Lua code being correct), but the graphics have this weird interlacing of wrong colors... but not always? Like the bottom of the Celeste logo is the same color even with the interlacing? Only the old compression method is implemented at the moment, so if the Lua code on the right doesn't change that it uses the new compression method. Compression only applies to the code, though, the rest of the cartridge (such as the graphics) aren't affected by it.