Skip to navigation


Text: token21

Name: token21 [Show more] Type: Variable Category: Text Summary: Text for recursive token 21 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token21 * tokenLo uses token21
.token21 EQUB 200 + 54 \ Print token 54 ("FORMULA 3 CHAMPIONSHIP" header) EQUB 200 + 36 \ Print token 36 (menu option 1 with "PRESS" prompt) EQUB 200 + 7 \ Print token 7 ("Novice") EQUB 200 + 37 \ Print token 37 (menu option 2) EQUB 200 + 8 \ Print token 8 ("Amateur") EQUB 200 + 38 \ Print token 38 (menu option 3) EQUB 200 + 9 \ Print token 9 ("Professional") EQUB 200 + 35 \ Print token 35 (cyan, move cursor to prompt position) EQUB 160 + 4 \ Print 4 spaces EQUB 200 + 10 \ Print token 10 ("SELECT ") EQUS "THE CLASS OF" \ Print "THE CLASS OF" EQUB 200 + 15 \ Print token 15 (" RACE") EQUB 255 \ End token EQUB &81, &81 \ These bytes appear to be unused EQUB &81, &81