Skip to navigation

Elite on the BBC Micro and NES

Text: decimalPointLang

[NES version, Bank 6]

Name: decimalPointLang [Show more] Type: Variable Category: Text Summary: The decimal point character to use for each language 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: * SetLanguage uses decimalPointLang
.decimalPointLang EQUB '.' ; English EQUB '.' ; German EQUB ',' ; French EQUB '.' ; There is no fourth language, so this byte is ignored