summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.c b/src/text.c
index 497f50dbb..c6455f1f0 100644
--- a/src/text.c
+++ b/src/text.c
@@ -3720,9 +3720,9 @@ u8 GetStringWidthGivenWindowConfig(struct WindowConfig *winConfig, u8 *s)
return GetStringWidth(&sTempWindow, s);
}
-void SetStringCharset(u8 *s, u8 charset)
+void ConvertInternationalString(u8 *s, u8 language)
{
- if (charset == CHARSET_JAPANESE)
+ if (language == CHARSET_JAPANESE)
{
u8 i;
u8 length;