diff --git a/source/dbg/debug_menu_functions.cpp b/source/dbg/debug_menu_functions.cpp index f62a04e..597a48e 100644 --- a/source/dbg/debug_menu_functions.cpp +++ b/source/dbg/debug_menu_functions.cpp @@ -71,7 +71,7 @@ void show_debug_info_screen(void *context, unsigned user_param) n2hexstr(flags_hex_str, pkmn_flags); n2hexstr(def_lang_hex_str, def_lang); - create_textbox(4, 1, 160, 80, true); + //create_textbox(4, 1, 160, 80, true); show_textbox(); npf_snprintf(text_buffer, sizeof(text_buffer), diff --git a/source/multiboot_upload.cpp b/source/multiboot_upload.cpp index 101c5c7..3031731 100644 --- a/source/multiboot_upload.cpp +++ b/source/multiboot_upload.cpp @@ -10,7 +10,7 @@ static void multiboot_show_textbox() { tte_erase_rect(0, 0, H_MAX, V_MAX); - create_textbox(4, 1, 152, 100, true); + //create_textbox(4, 1, 152, 100, true); } void multiboot_upload_screen()