Skip to navigation

Elite on the BBC Micro and NES

Combat demo: creditsText3Lo

[NES version, Bank 6]

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