.tokenOffset EQUB token0 - tokenBase EQUB token1 - tokenBase EQUB token2 - tokenBase EQUB token3 - tokenBase EQUB token4 - tokenBase EQUB token5 - tokenBase EQUB token6 - tokenBase EQUB token7 - tokenBase EQUB token8 - tokenBase EQUB token9 - tokenBase EQUB token10 - tokenBase EQUB token11 - tokenBase EQUB token12 - tokenBase EQUB token13 - tokenBase EQUB token14 - tokenBase EQUB token15 - tokenBase EQUB token16 - tokenBase EQUB token17 - tokenBase .tokenBaseName: tokenOffset [Show more] Type: Variable Category: Text Summary: Address offsets for the text tokens (each offset in the table is the offset of the token from tokenBase)Context: See this variable in context in the source code References: This variable is used as follows: * PrintTextToken uses tokenOffset
[X]
Variable token0 (category: Text)
Background colour blue, print "PRESS ANY KEY" at (64, 100), set text background to black
[X]
Variable token1 (category: Text)
Print 13 spaces at (64, 100), print "LANDSCAPE NUMBER?" at (64, 768), switch to text cursor, move text cursor to (5, 27)
[X]
Variable token10 (category: Text)
Text token 10: Configure text to be printed at the graphics cursor and set the background colour to colour 0 (blue)
[X]
Variable token11 (category: Text)
Text token 11: Configure text to be printed at the graphics cursor and set the background colour to colour 1 (black)
[X]
Variable token12 (category: Text)
Text token 12: Move graphics cursor to (64, 100)
[X]
Variable token13 (category: Text)
Text token 13: Print "LANDSCAPE"
[X]
Variable token14 (category: Text)
Text token 14: Print "SECRET ENTRY CODE"
[X]
Variable token15 (category: Text)
Text token 15: Print five spaces
[X]
Variable token16 (category: Text)
Text token 16: Print three spaces
[X]
Variable token17 (category: Text)
Text token 17: Print "PRESS ANY KEY"
[X]
Variable token2 (category: Text)
Background colour blue, print "SECRET ENTRY CODE?" at (64, 768), switch to text cursor, move text cursor to (2, 27)
[X]
Variable token3 (category: Text)
Background colour blue, print "WRONG SECRET CODE" at (64, 768), print "PRESS ANY KEY" at (64, 100), set text background to black
[X]
Variable token4 (category: Text)
Background colour black, print "PRESS ANY KEY" at (192, 64), print "LANDSCAPE" two chars right of (64, 768), move cursor right
[X]
Variable token5 (category: Text)
Text token 5: Print "SECRET ENTRY CODE" at (64, 768), "LANDSCAPE" at (192, 704), move cursor right
[X]
Variable token6 (category: Text)
Text token 6: Print "PRESS ANY KEY" at (64, 100)
[X]
Variable token7 (category: Text)
Text token 7: Move the graphics cursor to (64, 768)
[X]
Variable token8 (category: Text)
Text token 8: Move the graphics cursor to (192, 704)
[X]
Variable token9 (category: Text)
Text token 9: Move the graphics cursor to (192, 64)
[X]
Label tokenBase is local to this routine