Fixing cable printout

This commit is contained in:
GearsProgress
2026-03-20 23:26:08 -04:00
parent e10d4cc044
commit e9784c88ed
6 changed files with 25 additions and 7 deletions

View File

@@ -270,8 +270,9 @@ void set_text_exit()
int ptgb_write_textbox(const byte *text, bool instant, bool waitForUser,
int text_section, int text_key, bool eraseMainBox)
{
tte_erase_rect(0, 0, H_MAX, V_MAX);
erase_textbox_tiles();
create_textbox_new(text_section, text_key, eraseMainBox);
create_textbox(text_section, text_key, eraseMainBox);
int out = ptgb_write(text, instant, 9999, text_box_type_tables[text_section][text_key]); // This is kinda silly but it'll work.
if (waitForUser)
{