diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 21:33:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:33:08 -0500 |
commit | 26ca9acfa5858f1caaa67f2a5e0509a6b47ee644 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /include/text.h | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) | |
parent | a63750306c6c8f6e55aa7e888595117857047d59 (diff) |
Merge pull request #25 from ProjectRevoTPP/money_coins
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); |