[Scripting] Add <VERSION>, <WAIT>, <COLOR> + cleanup + version bump

This commit is contained in:
Such Meme, Many Skill
2020-02-10 14:16:17 +01:00
parent 4309194a11
commit a3b876ea3e
4 changed files with 76 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ void clearscreen(){
gfx_clear_grey(0x1B);
gfx_box(0, 0, 719, 15, COLOR_WHITE);
gfx_con_setpos(0, 0);
gfx_printf("%k%KTegraexplorer v1.3.0%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT);
gfx_printf("%k%KTegraexplorer v1.3.1%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT);
}
int message(u32 color, const char* message, ...){