.viewAttributesLo EQUB LO(viewAttributes_EN) ; English EQUB LO(viewAttributes_DE) ; German EQUB LO(viewAttributes_FR) ; French EQUB LO(viewAttributes_EN) ; There is no fourth language, so this byte is ; ignoredName: viewAttributesLo [Show more] Type: Variable Category: Drawing the screen Summary: The low byte of the view attributes lookup table for each language Deep dive: Multi-language support in NES EliteContext: See this variable in context in the source code References: This variable is used as follows: * SetViewAttrs uses viewAttributesLo
[X]
Variable viewAttributes_DE (category: Drawing the screen)
The view attributes to use for each view type in German
[X]
Variable viewAttributes_EN (category: Drawing the screen)
The view attributes to use for each view type in English
[X]
Variable viewAttributes_FR (category: Drawing the screen)
The view attributes to use for each view type in French