![]() |
Routines |
Prev: 63041 | Up: Map | Next: 63086 |
Used by the routine at PrintPlayerLevels.
|
||||||||
ColourLevelsGreen | 63074 | CALL AttributeAddress | Call AttributeAddress. | |||||
63077 | LD B,3 | B=3. | ||||||
63079 | LD A,68 | Write 68 (INK: GREEN (BRIGHT) attribute byte) to HL. | ||||||
ColourLevelsGreen_Loop | 63081 | LD (HL),A | ||||||
63082 | INC HL | Increment HL by one. | ||||||
63083 | DJNZ ColourLevelsGreen_Loop | Decrease counter by one and loop back to ColourLevelsGreen_Loop until counter is zero. | ||||||
63085 | RET | Return. |
Prev: 63041 | Up: Map | Next: 63086 |