mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 00:34:58 -05:00
Updating text engine backend
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
static void multiboot_show_textbox()
|
||||
{
|
||||
tte_erase_rect(0, 0, RIGHT, BOTTOM);
|
||||
tte_erase_rect(0, 0, H_MAX, V_MAX);
|
||||
create_textbox(4, 1, 152, 100, true);
|
||||
}
|
||||
|
||||
@@ -52,7 +52,6 @@ void multiboot_upload_screen()
|
||||
// (when this returns true, the transfer will be canceled)
|
||||
});
|
||||
// show result
|
||||
// clear_textbox();
|
||||
multiboot_show_textbox();
|
||||
if (multibootResult == LinkCableMultiboot::Result::SUCCESS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user