From 61497966f33733aefb1dfc21a95bc11355428713 Mon Sep 17 00:00:00 2001 From: Bjorn Einar Bjarntes Date: Sat, 18 Dec 2021 21:47:29 +0100 Subject: [PATCH] simple loader --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 8bb9a3a..104031c 100644 --- a/src/main.c +++ b/src/main.c @@ -69,7 +69,9 @@ void makeMove() { } int main(void) { - printf("Please wait will the graphics memory is cleaning up..."); + for (i = 0;i<12;i++) { printf("\n"); } + printf("Please wait for ant ...\n"); + for (i = 0;i<12;i++) { printf("\n"); } setAndClearHiRes(); x = 160; y = 100;