Change GAME_LANGUAGE to LANGUAGE_ENGLISH
This commit is contained in:
parent
a8c93dcf35
commit
151b5a5f8a
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ int GetNicknameLanguage(u8 *str)
|
|||
if (str[0] == EXT_CTRL_CODE_BEGIN && str[1] == EXT_CTRL_CODE_JPN)
|
||||
return LANGUAGE_JAPANESE;
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue