ChronosMM | Routines |
Prev: 27964 | Up: Map | Next: 28005 |
Displays the names and scores for all 20 entries. Called following the routine at COLOUR_HIGHSCORES
|
||||
L27986 | 27986 | LD B,20 | Prepare to loop 20 times | |
27988 | LD IX,28108 | Point IX at L28108 | ||
L27986_0 | 27992 | PUSH BC | ||
27993 | CALL FETCH_HIGHSCORE_NAME_FOR_DISPLAY | |||
27996 | LD BC,24 | |||
27999 | ADD IX,BC | Point IX at next entry | ||
28001 | POP BC | |||
28002 | DJNZ L27986_0 | Loop 20 times | ||
28004 | RET |
Prev: 27964 | Up: Map | Next: 28005 |