Skip to navigation

Elite on the BBC Micro and NES

Text: ruplaHi

[NES version, Bank 2]

Name: ruplaHi [Show more] Type: Variable Category: Text Summary: Address lookup table for the RUPLA 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 ruplaHi
.ruplaHi EQUB HI(RUPLA - 1) ; English EQUB HI(RUPLA_DE - 1) ; German EQUB HI(RUPLA_FR - 1) ; French EQUB $AB ; There is no fourth language, so this byte is ignored