Skip to navigation

Elite on the BBC Micro and NES

Drawing the screen: viewAttributesHi

[NES version, Bank 3]

Name: 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 Elite
Context: See this variable in context in the source code References: This variable is used as follows: * SetViewAttrs uses viewAttributesHi
.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 ; ignored