jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
577 stars 48 forks source link

P8SCII Control Code support #79

Open jtothebell opened 3 years ago

jtothebell commented 3 years ago

Added in Pico-8 0.2.2 https://www.lexaloffle.com/bbs/?tid=41544

\w should make wide text, \t should make tall text, etc.

jtothebell commented 2 years ago

The most common usages of p8scii control codes have been implemented, but a few have not (audio, decoration characters, possibly others)

fringd commented 1 year ago

i noticed that the "\0" to prevent a newline at the end of a string doesn't work. let me see if I can fix that...

flexiondotorg commented 1 year ago

I'm using PICO-8 for a jam. A friend is testing using fake-08. I was poke'ing memory addresses to change the printing attributes:

That didn't work on fake-08. Just noting here FYI :+1:

I refactored my code to prepend control codes to strings, and with them using v0.0.2.20 it is working.