Change GAME_LANGUAGE to LANGUAGE_ENGLISH

This commit is contained in:
DizzyEggg
2022-07-23 12:23:04 +02:00
committed by GitHub
parent a8c93dcf35
commit 151b5a5f8a

View File

@@ -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.