Disabling new conversion

This commit is contained in:
The Gears of Progress
2025-05-21 11:43:16 -04:00
parent dac8939373
commit 868b23ba45
8 changed files with 104 additions and 167 deletions

View File

@@ -155,6 +155,7 @@ int ptgb_write(const byte *text, bool instant, int length)
TFont *font;
int num = 0;
/*
if (curr_text[char_index] == 0xFB) // This will need to be moved
{
line_char_index += char_index;
@@ -162,7 +163,7 @@ int ptgb_write(const byte *text, bool instant, int length)
// Low key kinda scuffed, but it works to split the string
curr_text = &curr_line.get_text()[line_char_index];
}
*/
while ((ch = *str) != 0xFF && num < length)
{
if (get_frame_count() % 2 == 0 || key_held(KEY_B) || key_held(KEY_A) || instant)