- Joined
- Dec 17, 2012
- Messages
- 4,696
- Reaction score
- 935
- First Language
- English
- Primarily Uses
- N/A
The problem can be fixed by modifying how Window_Message handles the control characters within text, but the only solution I can really think of is to remove the ones that are evaluated inline. That way we can make all the text get drawn at once, like how the title screen does it, but I'm not sure you'd want to have them removed.

