summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-07 00:09:17 -0500
committerGitHub <noreply@github.com>2018-10-07 00:09:17 -0500
commitf285a81e859bb045725acac3d33f2d7d665ee8c5 (patch)
tree3346f41864014ebaedc11462c0a73f29fc4d892a /include/text.h
parent281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff)
parent77f8b38417393b8639912efbcc18f7ac610549c1 (diff)
Merge pull request #16 from ProjectRevoTPP/text
finish decompiling text.c
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