summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-03-10 22:41:14 +0000
committerred031000 <rubenru09@aol.com>2021-03-10 22:41:14 +0000
commitc00f7030cbfd128dec0387d7ea9e45885d0d0f93 (patch)
tree708183788a0d74cd9b594bbbe174d48001a34b4c /include/text.h
parent253e743399d41bd5b3a10b65308a962924563196 (diff)
paramatised2 and 3
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index ca7ea133..edc5f58c 100644
--- a/include/text.h
+++ b/include/text.h
@@ -60,5 +60,7 @@ void FUN_0201BD5C(void);
u8 FUN_0201BD70(u32 param0);
void FUN_0201BCFC(u32 param0);
u16 AddTextPrinterParameterized(u32 windowId, u8 fontId, const u8 *str, u32 x, u32 y, u32 speed, void (*callback)(void *, u16));
+u16 AddTextPrinterParameterized2(u32 windowId, u8 fontId, const u8 *str, u32 x, u32 y, u32 speed, u32 colors, void (*callback)(void *, u16));
+u16 AddTextPrinterParameterized3(u32 windowId, u8 fontId, const u8 *str, u32 x, u32 y, u32 speed, u32 colors, u32 letterSpacing, u32 lineSpacing, void (*callback)(void *, u16));
#endif //POKEDIAMOND_TEXT_H