Skip to navigation

Elite on the BBC Micro and NES

Text: rugalHi

[NES version, Bank 2]

Name: rugalHi [Show more] Type: Variable Category: Text Summary: Address lookup table for the RUGAL text token table in three different languages (high byte) 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: * PDESC uses rugalHi
.rugalHi EQUB HI(RUGAL - 1) ; English EQUB HI(RUGAL_DE - 1) ; German EQUB HI(RUGAL_FR - 1) ; French EQUB $AB ; There is no fourth language, so this byte is ignored