Prev: 98B0 Up: Map Next: 98D9
98C9: Draw score on HUD
Used by the routines at 9470 and 9945.
98C9 LD HL,($A1D7) Set HL to the score
98CC CALL $A5AA Computes the charcode digit of the score
98CF LD E,$10 Set E to the horizontal position of the unit digit
98D1 LD L,$00 Set L to the vertical position of the number to draw
98D3 LD B,$05 Set B to the number of digits to draw
98D5 CALL $A570 Draw the score at HUD into display file
98D8 RET
Prev: 98B0 Up: Map Next: 98D9