Change some more functions to accept the new input
This commit is contained in:
@@ -178,4 +178,12 @@ void gfx_drawScrollBar(int minView, int maxView, int count){
|
||||
gfx_boxGrey(740, 16 + offsetSize, 755, 702, 0x66);
|
||||
else
|
||||
gfx_boxGrey(740, 16 + offsetSize, 755, 16 + barSize + offsetSize, 0x66);
|
||||
}
|
||||
|
||||
int gfx_defaultWaitMenu(char *message, int time){
|
||||
gfx_clearscreen();
|
||||
SWAPCOLOR(COLOR_ORANGE);
|
||||
gfx_printf("\n%s\n\nPress B to return\n", message);
|
||||
SWAPCOLOR(COLOR_RED);
|
||||
return gfx_makewaitmenu("Press A to continue", time);
|
||||
}
|
||||
Reference in New Issue
Block a user