mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-10 18:15:31 -05:00
Fixing cable printout
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user