diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-18 19:39:25 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-18 19:39:25 -0400 |
commit | a63750306c6c8f6e55aa7e888595117857047d59 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /include/text.h | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) |
decompile money.c and coins.c
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 2 |
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); |