Change GAME_LANGUAGE to LANGUAGE_ENGLISH
This commit is contained in:
@@ -211,7 +211,7 @@ int GetNicknameLanguage(u8 *str)
|
|||||||
if (str[0] == EXT_CTRL_CODE_BEGIN && str[1] == EXT_CTRL_CODE_JPN)
|
if (str[0] == EXT_CTRL_CODE_BEGIN && str[1] == EXT_CTRL_CODE_JPN)
|
||||||
return LANGUAGE_JAPANESE;
|
return LANGUAGE_JAPANESE;
|
||||||
else
|
else
|
||||||
return GAME_LANGUAGE;
|
return LANGUAGE_ENGLISH;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Used by Pokénav's Match Call to erase the previous trainer's flavor text when switching between their info pages.
|
// Used by Pokénav's Match Call to erase the previous trainer's flavor text when switching between their info pages.
|
||||||
|
|||||||
Reference in New Issue
Block a user