From 3d243569cc64ed1c866541da5529ecb74fde4bc9 Mon Sep 17 00:00:00 2001 From: walkingeyerobot Date: Thu, 3 Sep 2020 23:31:18 -0400 Subject: Updated printf in mGBA (markdown) --- printf-in-mGBA.md | 1 - 1 file changed, 1 deletion(-) 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!** -- cgit v1.2.3