diff --git a/source/arm11/menu/menu.c b/source/arm11/menu/menu.c index 15d4e17..1594b52 100644 --- a/source/arm11/menu/menu.c +++ b/source/arm11/menu/menu.c @@ -108,9 +108,9 @@ // print title at the top #ifdef NDEBUG - const char* title = "fastboot3DS " VERS_STRING; + const char* title = "uwuboot :3 " VERS_STRING; #else - const char* title = "fastboot3DS " VERS_STRING " (debug)"; + const char* title = "uwuboot :3 " VERS_STRING " (cuter!!)"; #endif consoleSetCursor(desc_con, (desc_con->windowWidth - strlen(title)) >> 1, 0); ee_printf(ESC_SCHEME_ACCENT0 "%s" ESC_RESET, title);