Prev: 99AB Up: Map Next: 99CE
99BB: Draws lives number on HUD
Used by the routines at 947A, 9C76 and D5A0.
99BB LD A,($A063) Set A to the number of lives of rex
99BE LD L,A Copy number of lives to HL
99BF LD H,$00
99C1 CALL $A402 Computes the charcode digit of the number of lives
99C4 LD E,$17 Set E to the horizontal position of the unit digit
99C6 LD L,$00 Set L to the vertical position of the number to draw
99C8 LD B,$01 Set B to the number of digits to draw
99CA CALL $A3C8 Draw the number at lives at HUD into display file
99CD RET
Prev: 99AB Up: Map Next: 99CE