summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-13 10:02:27 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-13 10:02:27 +0530
commitaaea65c37bb6dbe04de602492f6e175cabc87f22 (patch)
treedca7115e05ed132733c1e5ea0b4a3322a2d41e9a /include/text.h
parentae321d6e7c99b557cafd594eb945e7ca1a566ba8 (diff)
parent398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
# Conflicts: # include/strings.h
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index e073c3762..81c066426 100644
--- a/include/text.h
+++ b/include/text.h
@@ -208,6 +208,7 @@ void DecompressGlyphTile(const u16 *src, u16 *dest);
u8 GetLastTextColor(u8 colorType);
void CopyGlyphToWindow(struct TextPrinter *x);
void ClearTextSpan(struct TextPrinter *textPrinter, u32 width);
+u8 GetMenuCursorDimensionByFont(u8, u8);
u16 Font0Func(struct TextPrinter *textPrinter);
u16 Font1Func(struct TextPrinter *textPrinter);