I noticed when looking through IntroText.h that before some of them, escape sequences were made for colors, what I got from it was
\b = backspace (I assume)
\bl or \l is a light red
\bo or \o is a yellow
\br or \r is a darker red
Is there anymore colors possible, or is this all we have to choose from?
There are only these colors AFAIK, but you can add yours in Graphics.cpp!
LBPHacker:
C-style strings
Why are those still used anyways?
Because there's no reason to use anything else. Most if not all functions in TPT only read those strings, not write them. They don't build strings. The ones that do are rare and, well, even those use C-style strings.
Big nope, read below.