Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH

This commit is contained in:
GriffinR
2021-02-05 12:08:49 -05:00
parent a240481d5f
commit 2e57a00d17
7 changed files with 10 additions and 10 deletions

View File

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