summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-05 13:01:24 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-05 13:01:24 +0200
commit1680fc0b81675b0e1cc988ece1c79075a56dbcf0 (patch)
tree66d9f8d0691fd6df39a566ecb854e7d880730c85 /include/text.h
parent54b83061152ce6e85d1ce7185ab3645d7448e03d (diff)
start start menu decomp
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 3641548aa..2c5bf7bee 100644
--- a/include/text.h
+++ b/include/text.h
@@ -91,7 +91,7 @@ extern u8 gStringVar4[];
void SetFontsPointer(const struct FontInfo *fonts);
void DeactivateAllTextPrinters (void);
-u16 Print(u8 windowId, u8 fontId, u8 *str, u8 x, u8 y, u8 speed, void (*callback)(struct TextSubPrinter *, u16));
+u16 PrintTextOnWindow(u8 windowId, u8 fontId, 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);
bool8 IsTextPrinterActive(u8 id);