Skip to navigation

Elite on the BBC Micro and NES

Combat demo: scrollText1Hi

[NES version, Bank 6]

Name: scrollText1Hi [Show more] Type: Variable Category: Combat demo Summary: Lookup table for the high byte of the address of the scrollText1 text 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: * ShowScrollText uses scrollText1Hi
.scrollText1Hi EQUB HI(scrollText1_EN) ; English EQUB HI(scrollText1_DE) ; German EQUB HI(scrollText1_FR) ; French EQUB HI(scrollText1_EN) ; There is no fourth language, so this byte is ; ignored