Routines |
Prev: 9992 | Up: Map | Next: 99BB |
Used by the routine at 9A27.
|
||||
99AB | LD HL,($A03E) | Set HL to the score | ||
99AE | CALL $A402 | Computes the charcode digit of the score | ||
99B1 | LD E,$10 | Set E to the horizontal position of the unit digit | ||
99B3 | LD L,$00 | Set L to the vertical position of the number to draw | ||
99B5 | LD B,$05 | Set B to the number of digits to draw | ||
99B7 | CALL $A3C8 | Draw the score at HUD into display file | ||
99BA | RET |
Prev: 9992 | Up: Map | Next: 99BB |