Jakz / retro8

PICO-8 implementation with SDL2/SDL1.2 and RetroArch back-ends
GNU General Public License v3.0
253 stars 29 forks source link

Games with special characters inside code don't work #43

Open ghzeni opened 8 months ago

ghzeni commented 8 months ago

I wasn't being able to run my game on Pocket8 using Retro8 and now i've figured it out. Special characters as variables inside the code are not able to run.

From the image below: the code on the right doesn't work but the one on the left does.

image