summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyredrid <pyredrid@gmail.com>2020-12-11 20:01:13 -0500
committerPyredrid <pyredrid@gmail.com>2020-12-11 20:01:13 -0500
commit0aafde88223f64ef13092511de34c317b8e844d1 (patch)
tree01ede8364b834be6fe3de01bd42d07e4c1dda1b3
parent4c3ca5f0a99007a69b3108b208046f798830d749 (diff)
The branch has had a couple changes and bugfixes made, and currently I have no time to update the tutorial. Specifically the zip archive that is linked is out of date.
-rw-r--r--printf-in-mGBA.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf-in-mGBA.md b/printf-in-mGBA.md
index 7a36775..7a86d4a 100644
--- a/printf-in-mGBA.md
+++ b/printf-in-mGBA.md
@@ -1,4 +1,4 @@
-Credits to Petuh for this tutorial, and for Lunos for finding an archived version. This feature may also be directly pulled from Pyredrid's [mgba_printf](https://github.com/Pyredrid/pokeemerald/tree/mgba_printf) branch.
+Credits to Petuh for this tutorial, and for Lunos for finding an archived version. This feature and any updates should be directly pulled from Pyredrid's [mgba_printf](https://github.com/Pyredrid/pokeemerald/tree/mgba_printf) branch. This tutorial is slightly out-of-date.
TODO: rewrite to be in line with the standards of other tutorials. As of now, this is (almost) identical to Petuh's original post.