.languageIndexes EQUB 0 ; English EQUB 1 ; German EQUB 2 ; French EQUB $FF ; There is no fourth language, so this byte is ignoredName: languageIndexes [Show more] Type: Variable Category: Text Summary: The index of the chosen language for looking up values from language-indexed tables Deep dive: Multi-language support in NES EliteContext: See this variable in context in the source code References: This variable is used as follows: * ChooseLanguage uses languageIndexes * SetLanguage uses languageIndexes