ChronosMM | Routines |
Prev: 27888 | Up: Map | Next: 27964 |
Used by the routine at SET_DEFAULTS.
|
||||
COLOUR_HIGHSCORES | 27932 | LD HL,22528 | Point HL at ATTRS | |
27935 | LD DE,22529 | Point DE at second byte of ATTRS | ||
27938 | LD A,24 | Prepare to copy 24 rows | ||
COLOUR_HIGHSCORES_0 | 27940 | LD (HL),70 | Set (HL) to bright yellow on black (board position) | |
27942 | LDI | |||
27944 | LD (HL),68 | Set (HL) to bright green on black (name) | ||
27946 | LD BC,20 | |||
27949 | LDIR | Copy 20 bytes | ||
27951 | LD (HL),69 | Set (HL) to bright cyan on black (score) | ||
27953 | LD BC,11 | |||
27956 | LDIR | Copy 11 bytes | ||
27958 | DEC A | |||
27959 | JR NZ,COLOUR_HIGHSCORES_0 | Loop 24 times, setting attributes for the whole screen | ||
27961 | CALL PROCESS_TEXT_STRING | This won't return here! |
Prev: 27888 | Up: Map | Next: 27964 |