Skip to navigation

Elite on the BBC Micro and NES

Combat demo: autoPlayKeys1Lo

[NES version, Bank 5]

Name: autoPlayKeys1Lo [Show more] Type: Variable Category: Combat demo Summary: Low byte of the address of the auto-play key table for each language Deep dive: Multi-language support in NES Elite Auto-playing the combat demo
Context: See this variable in context in the source code References: This variable is used as follows: * SetDemoAutoPlay uses autoPlayKeys1Lo
.autoPlayKeys1Lo EQUB LO(autoPlayKeys1_EN) ; English EQUB LO(autoPlayKeys1_DE) ; German EQUB LO(autoPlayKeys1_FR) ; French EQUB LO(autoPlayKeys1_EN) ; There is no fourth language, so this byte is ; ignored