diff options
-rw-r--r-- | printf-in-mGBA.md | 1 |
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!** |