mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 17:25:14 -05:00
Fixing the mulitboot load menu
This commit is contained in:
@@ -110,8 +110,8 @@ void game_load_error(void)
|
||||
text_data_table general_text(general_text_table_buffer);
|
||||
|
||||
general_text.decompress(get_compressed_text_table(GENERAL_INDEX));
|
||||
ptgb_write_textbox(general_text.get_text_entry(GENERAL_cart_load_error), true, true,
|
||||
GENERAL_INDEX, GENERAL_cart_load_error, true);
|
||||
ptgb_write_textbox(general_text.get_text_entry(GENERAL_cart_load_error), true, false,
|
||||
GENERAL_INDEX, GENERAL_cart_load_error, false);
|
||||
}
|
||||
|
||||
key_poll();
|
||||
@@ -120,6 +120,9 @@ void game_load_error(void)
|
||||
global_next_frame();
|
||||
} while (!key_hit(KEY_A) && !key_hit(KEY_SELECT));
|
||||
|
||||
tte_erase_rect(0, 0, H_MAX, V_MAX);
|
||||
erase_textbox_tiles();
|
||||
|
||||
if (key_hit(KEY_SELECT))
|
||||
{
|
||||
// We also want to give the option in this screen to upload the multiboot rom to another GBA.
|
||||
|
||||
Reference in New Issue
Block a user