diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-17 17:20:40 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-17 17:20:40 -0500 |
commit | e9a3cc6d51ce3818eed11de585f5084342450093 (patch) | |
tree | 414ed687f836521c1a966531e87122951c070083 /src/unk_text_util_2.c | |
parent | c3feb9871f4d05cd9874dd8fc0c2016eaa072864 (diff) | |
parent | 4ae8a52473a0e4842cf140bf0c59f0276125a896 (diff) |
Merge remote-tracking branch 'upstream/master' into move-tutor
# Conflicts:
# include/pokenav.h
# src/battle_script_commands.c
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 03e049d72..02648bf93 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; } |