diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-29 00:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 00:10:09 -0400 |
commit | e270ee1a74429adfc4991a379fe54d4043524480 (patch) | |
tree | a5962b3fb57d720cdf05fad2ade04332996e3cc6 /gflib/string_util.h | |
parent | 154e8a271ab547e397892a2a88745e1d6f55ca92 (diff) | |
parent | db057eb86b46f5ed152798af50f7858d786d2733 (diff) |
Merge pull request #1506 from GriffinRichards/single-doc
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); |