Prev: C690 Up: Map Next: C6B1
C6A7: Write "Lives" text
Used by the routines at Duel_Prep and Duel_Flash_Text.
Duel_Print_Lives C6A7 LD DE,$50D0 Helper routine called from Duel_Clear_Screen used for writing Playfield_Lives to the screen using the colours held in BC;
Value Ink Paper Bright
07 07 00 00
02 02 00 00
C6AA LD BC,$0702
C6AD CALL Print_TwoToneText_Alias
C6B0 RET Return.
Prev: C690 Up: Map Next: C6B1