summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorpaul <nintendo6496@googlemail.com>2018-10-21 17:10:02 +0200
committerpaul <nintendo6496@googlemail.com>2018-10-21 17:10:02 +0200
commit092462d83dcbbacf21c03252d760732617d45da5 (patch)
tree19e8620b02fccaa9f5c4b9693d2103761e438959 /include/text.h
parente396bcdb7229645f4a4893b8e3c1d364a0e7930c (diff)
parent26ca9acfa5858f1caaa67f2a5e0509a6b47ee644 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index 61ab8cecd..7853598f8 100644
--- a/include/text.h
+++ b/include/text.h
@@ -192,7 +192,7 @@ extern u8 gStringVar4[];
void SetFontsPointer(const struct FontInfo *fonts);
void DeactivateAllTextPrinters(void);
-u16 PrintTextOnWindow(u8 windowId, u8 fontId, const u8 *str, u8 x, u8 y, u8 speed, void (*callback)(struct TextSubPrinter *, u16));
+u16 AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *str, u8 x, u8 y, u8 speed, void (*callback)(struct TextSubPrinter *, u16));
bool16 AddTextPrinter(struct TextSubPrinter *textSubPrinter, u8 speed, void (*callback)(struct TextSubPrinter *, u16));
void RunTextPrinters(void);
bool16 IsTextPrinterActive(u8 id);