summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalkingeyerobot <mitch@thefoley.net>2020-09-03 23:31:18 -0400
committerwalkingeyerobot <mitch@thefoley.net>2020-09-03 23:31:18 -0400
commit3d243569cc64ed1c866541da5529ecb74fde4bc9 (patch)
treef3e7567d4e48132cd223db4a179594d653fc3944
parent3f9fe0d5dc14a1e901f213a43908aba1e09be77d (diff)
Updated printf in mGBA (markdown)
-rw-r--r--printf-in-mGBA.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/printf-in-mGBA.md b/printf-in-mGBA.md
index 586f2bb..e03b203 100644
--- a/printf-in-mGBA.md
+++ b/printf-in-mGBA.md
@@ -155,7 +155,6 @@ Open `wild_encounter.c`. You'll need to add the following include statements at
```c
#include "printf.h"
#include "mgba.h"
-#include "../gflib/string_util.h" // Only necessary if you want to print ASCII strings.
```
**Note that you'll have to add those includes to any file you want to call `mgba_printf` from!**