Skip to navigation

Elite on the BBC Micro and NES

Text: rugalLo

[NES version, Bank 2]

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