Skip to navigation

Elite on the BBC Micro and NES

Combat demo: creditsText2Hi

[NES version, Bank 6]

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