Skip to content

Commit

Permalink
fixed the file name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MethodOrMadness authored and WilliamsPaulM committed Oct 31, 2023
1 parent f8b2550 commit 62f16e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <gba_dma.h>


#include "hzk12.h"
#include "HZK12.h"
#include "asc126.h"


Expand Down Expand Up @@ -226,4 +226,4 @@ void ShowbootProgress(char *str)
u8 str_len = strlen(str);
Clear(60,160-15,120,15,gl_color_cheat_black,1);
DrawHZText12(str,0,(240-str_len*6)/2,160-15,gl_color_text,1);
}
}

0 comments on commit 62f16e2

Please sign in to comment.