From 08bbda0d913ff694716b9d08ebd7879e964170ac Mon Sep 17 00:00:00 2001 From: walkingeyerobot Date: Fri, 4 Sep 2020 01:21:17 -0400 Subject: Updated printf in mGBA (markdown) --- printf-in-mGBA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printf-in-mGBA.md b/printf-in-mGBA.md index c24fff2..7a36775 100644 --- a/printf-in-mGBA.md +++ b/printf-in-mGBA.md @@ -40,7 +40,7 @@ In order to print human-readable strings, we need to add a utility function to ` ... void ConvertInternationalString(u8 *s, u8 language); void StripExtCtrlCodes(u8 *str); -char *ConvertToAscii(const u8 *str); ++char *ConvertToAscii(const u8 *str); #endif // GUARD_STRING_UTIL_H -- cgit v1.2.3