summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorpaul <nintendo6496@googlemail.com>2018-10-10 22:54:23 +0200
committerpaul <nintendo6496@googlemail.com>2018-10-10 22:54:23 +0200
commit3f0827128a6ba39577dbaa1ea28f8641e4a20780 (patch)
treebb4cb2804a27325561a65e133f31a1e4d2671fbe /include/text.h
parent1ee1ebe23a49bbbc040a43e0e6fb81badc588f22 (diff)
parent10fff9c6f2d29899952d1751d3de827e7e98bb60 (diff)
resolve merge conflict about graphics_file_rules.mk and prepare for adding pokemon graphics
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index 81e1d03f2..61ab8cecd 100644
--- a/include/text.h
+++ b/include/text.h
@@ -244,5 +244,9 @@ u32 GetGlyphWidthFont2(u16 glyphId, bool32 isJapanese);
void DecompressGlyphFont1(u16 glyphId, bool32 isJapanese);
u32 GetGlyphWidthFont1(u16 glyphId, bool32 isJapanese);
void DecompressGlyphFont9(u16 glyphId);
+u32 GetGlyphWidthFont3(u16 glyphId, bool32 isJapanese);
+u32 GetGlyphWidthFont4(u16 glyphId, bool32 isJapanese);
+u32 GetGlyphWidthFont5(u16 glyphId, bool32 isJapanese);
+void sub_80062B0(struct Sprite *sprite);
#endif // GUARD_TEXT_H