summaryrefslogtreecommitdiff
path: root/src/string_util.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-13 19:58:45 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-13 19:58:45 +0200
commit72ed86171500c58644655bac7d33c07749cbf299 (patch)
tree66ef93a15092fa5978fe4c1409605fc3236390ef /src/string_util.c
parent20d158cf4a17e8d362cdafbf13906c59d9916e24 (diff)
parent3040c1e1aa07a8a6466dd3653462595c2dd0fc9c (diff)
fix rom3 conflicts
Diffstat (limited to 'src/string_util.c')
-rw-r--r--src/string_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_util.c b/src/string_util.c
index 92e9f19e8..ea50ba5a5 100644
--- a/src/string_util.c
+++ b/src/string_util.c
@@ -625,7 +625,7 @@ u8 *WriteColorChangeControlCode(u8 *dest, u32 colorType, u8 color)
return dest;
}
-bool32 sub_8009228(u8 *str)
+bool32 IsStringJapanese(u8 *str)
{
while (*str != EOS)
{