.viewAttributesHi EQUB HI(viewAttributes_EN) ; English EQUB HI(viewAttributes_DE) ; German EQUB HI(viewAttributes_FR) ; French EQUB HI(viewAttributes_EN) ; There is no fourth language, so this byte is ; ignoredName: viewAttributesHi [Show more] Type: Variable Category: Drawing the screen Summary: The high 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 viewAttributesHi
[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