Skip to navigation

Elite on the BBC Micro and NES

Drawing the screen: viewAttributesLo

[NES version, Bank 3]

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