summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-07 00:14:45 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-07 00:14:45 -0400
commit4cd32e863617326cab9cb7347a55be8c6c6dc3ac (patch)
tree23bbed989f4298b3a466aad892acd66308104b0c /include/text.h
parenteb03b1ab0f00d97126caaade3c7988a973c3a2bb (diff)
migrate text rodata to C file
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