Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH
This commit is contained in:
@@ -214,7 +214,7 @@ int sub_81DB604(u8 *str)
|
||||
if (str[0] == EXT_CTRL_CODE_BEGIN && str[1] == EXT_CTRL_CODE_JPN)
|
||||
return LANGUAGE_JAPANESE;
|
||||
else
|
||||
return LANGUAGE_ENGLISH;
|
||||
return GAME_LANGUAGE;
|
||||
}
|
||||
|
||||
void sub_81DB620(int windowId, int columnStart, int rowStart, int numFillTiles, int numRows)
|
||||
|
||||
Reference in New Issue
Block a user