Skip to navigation

Elite on the BBC Micro and NES

Combat demo: autoPlayKeys1Hi

[NES version, Bank 5]

Name: autoPlayKeys1Hi [Show more] Type: Variable Category: Combat demo Summary: High 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 autoPlayKeys1Hi
.autoPlayKeys1Hi EQUB HI(autoPlayKeys1_EN) ; English EQUB HI(autoPlayKeys1_DE) ; German EQUB HI(autoPlayKeys1_FR) ; French EQUB HI(autoPlayKeys1_EN) ; There is no fourth language, so this byte is ; ignored