diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 14:30:15 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 17:14:20 -0400 |
commit | a66d7e1b438f84bc04eb3f7d3da286882ba55019 (patch) | |
tree | 32a565c9b3cf10f1165b83bc24d3d90262c5d1a2 /gflib/string_util.h | |
parent | 09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff) |
Document some single-remaining symbols
Diffstat (limited to 'gflib/string_util.h')
-rw-r--r-- | gflib/string_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/string_util.h b/gflib/string_util.h index 229193d52..7f3b64add 100644 --- a/gflib/string_util.h +++ b/gflib/string_util.h @@ -37,7 +37,7 @@ u8 *StringCopyN_Multibyte(u8 *dest, u8 *src, u32 n); u32 StringLength_Multibyte(const u8 *str); u8 *WriteColorChangeControlCode(u8 *dest, u32 colorType, u8 color); bool32 IsStringJapanese(u8 *str); -bool32 sub_800924C(u8 *str, s32 n); +bool32 IsStringNJapanese(u8 *str, s32 n); u8 GetExtCtrlCodeLength(u8 code); s32 StringCompareWithoutExtCtrlCodes(const u8 *str1, const u8 *str2); void ConvertInternationalString(u8 *s, u8 language); |