summaryrefslogtreecommitdiff
path: root/src/code/z_moji.c
diff options
context:
space:
mode:
authorRoman971 <32455037+Roman971@users.noreply.github.com>2021-11-28 14:48:17 +0100
committerGitHub <noreply@github.com>2021-11-28 08:48:17 -0500
commit54d77c71f17f530e6bf0c9d75fb76cf3f951da17 (patch)
tree2a902dd78f6affe604be583f8cb8dae5de814954 /src/code/z_moji.c
parent1fa6e3874b7283ec493466176c77d5ea85b4e76a (diff)
Improve gfxprint documentation and strings (#1028)
* Improve gfxprint documentation and strings * Add GFXP_UNUSED_CHAR and rename bss variable
Diffstat (limited to 'src/code/z_moji.c')
-rw-r--r--src/code/z_moji.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_moji.c b/src/code/z_moji.c
index 9c5103146..270908237 100644
--- a/src/code/z_moji.c
+++ b/src/code/z_moji.c
@@ -82,7 +82,7 @@ void Moji_DrawChar(GraphicsContext* gfxCtx, char c) {
/**
* Does not work as is in most cases.
* Can work if the render mode, combiner and possibly other settings are set correctly.
- * For example this works with the render mode used in `GfxPrint_InitDlist`,
+ * For example this works with the render mode used in `GfxPrint_Setup`,
* and `G_CC_MODULATEI_PRIM` for both combiner cycles.
*/
void Moji_DrawString(GraphicsContext* gfxCtx, const char* str) {