Add install indicators

This commit is contained in:
2017-09-01 00:44:43 -04:00
parent 97aff47448
commit 4af7d5741b
3 changed files with 13 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ int main(void)
}
else if (kDown & KEY_A)
{
draw_theme_install(false);
single_install(*current_theme);
}
@@ -120,7 +121,10 @@ int main(void)
else if (kDown & KEY_SELECT)
{
if (shuffle_theme_count > 0)
{
draw_theme_install(true);
shuffle_install(themes_list, theme_count);
}
}
// Movement in the UI