Skip to navigation

Elite on the BBC Micro and NES

Combat demo: creditsText1Lo

[NES version, Bank 6]

Name: creditsText1Lo [Show more] Type: Variable Category: Combat demo Summary: Lookup table for the low byte of the address of the creditsText1 text for each language
Context: See this variable in context in the source code References: This variable is used as follows: * ShowScrollText uses creditsText1Lo
.creditsText1Lo EQUB LO(creditsText1) ; English EQUB LO(creditsText1) ; German EQUB LO(creditsText1) ; French EQUB LO(creditsText1) ; There is no fourth language, so this byte is ignored