mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 16:55:10 -05:00
Adding in {LVL} escape sequence
This commit is contained in:
@@ -340,6 +340,16 @@ int ptgb_write(const byte *text, bool instant, int length)
|
||||
}
|
||||
wait_for_user_to_continue(true);
|
||||
break;
|
||||
case 0xFC:
|
||||
if (DISPLAY_CONTROL_CHAR)
|
||||
{
|
||||
tc->drawgProc(0xB9);
|
||||
}
|
||||
else
|
||||
{
|
||||
tc->cursorX += tc->font->widths[0xFC];
|
||||
}
|
||||
break;
|
||||
case 0xFE:
|
||||
if (DISPLAY_CONTROL_CHAR)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user