.scrollText2Lo EQUB LO(scrollText2_EN) ; English EQUB LO(scrollText2_DE) ; German EQUB LO(scrollText2_FR) ; French EQUB LO(scrollText2_EN) ; There is no fourth language, so this byte is ; ignoredName: scrollText2Lo [Show more] Type: Variable Category: Combat demo Summary: Lookup table for the low byte of the address of the scrollText2 text for each language Deep dive: Multi-language support in NES EliteContext: See this variable in context in the source code References: This variable is used as follows: * ShowScrollText uses scrollText2Lo
[X]
Variable scrollText2_DE (category: Combat demo)
Text for the second scroll text in German
[X]
Variable scrollText2_EN (category: Combat demo)
Text for the second scroll text in English
[X]
Variable scrollText2_FR (category: Combat demo)
Text for the second scroll text in French