Prev: 27986 Up: Map Next: 28031
28005: FETCH_HIGHSCORE_NAMES_FOR_DISPLAY
Used by the routine at COLOUR_HIGHSCORES.
Input
Fetch names for the highscore display, copying them to CURRENT_HIGHSCORE_NAME
The highscore table to use has its address in IX, eg 28108
FETCH_HIGHSCORE_NAME_FOR_DISPLAY 28005 LD A,22
28007 SUB B
28008 LD B,A
28009 LD C,30
28011 LD (28105),BC
28015 PUSH IX
28017 POP HL Point HL at next line of high score table
28018 LD DE,28031 Point DE at 28031
28021 LD BC,18
28024 LDIR
28026 PUSH IX
28028 CALL PROCESS_TEXT_STRING
Prev: 27986 Up: Map Next: 28031