diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 13:14:49 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 13:14:49 -0800 |
commit | f70d7efa6638c428885756405800aa022fb339da (patch) | |
tree | c314815a5a99184a866fff4cc671ae367f4311b0 /include/string_util.h | |
parent | d1437d30f7e6071f62d1a7842400d6732c7313b7 (diff) |
partially decompile text_printer
Diffstat (limited to 'include/string_util.h')
-rw-r--r-- | include/string_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string_util.h b/include/string_util.h index f26646082..2354c9ded 100644 --- a/include/string_util.h +++ b/include/string_util.h @@ -34,7 +34,6 @@ u8 *WriteColorChangeControlCode(u8 *dest, u32 colorType, u8 color); bool32 IsStringJapanese(u8 *str); bool32 sub_800924C(u8 *str, s32 n); u8 GetExtCtrlCodeLength(u8 code); -static const u8 *SkipExtCtrlCode(const u8 *s); s32 StringCompareWithoutExtCtrlCodes(const u8 *str1, const u8 *str2); void ConvertInternationalString(u8 *s, u8 language); void StripExtCtrlCodes(u8 *str); |