mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Change GAME_LANGUAGE to LANGUAGE_ENGLISH
This commit is contained in:
parent
a8c93dcf35
commit
151b5a5f8a
@ -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 New Issue
Block a user