diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
commit | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch) | |
tree | 5c46abd03c745dd2127756061c0ed8d6173059b9 /src/unk_text_util_2.c | |
parent | ee6942683882e2abd4bde79f8355b71abbd21af9 (diff) |
Clean up the last extern functions
Diffstat (limited to 'src/unk_text_util_2.c')
-rw-r--r-- | src/unk_text_util_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unk_text_util_2.c b/src/unk_text_util_2.c index bbc256915..530bd4085 100644 --- a/src/unk_text_util_2.c +++ b/src/unk_text_util_2.c @@ -214,7 +214,7 @@ static void DecompressGlyphFont6(u16 glyph) gUnknown_03002F90.unk81 = 0x10; } -u8 GetGlyphWidthFont6(void) +u32 GetGlyphWidthFont6(u16 glyphId, bool32 isJapanese) { return 0x10; } |