Prev: C6B1 Up: Map Next: C6E0
C6D3: Write "Countdown" text
Used by the routine at Duel_Prep.
Duel_Print_Countdown C6D3 LD HL,$C6E0 Helper routine used for writing Duel_Timer to the screen using the colours held in BC;
Value Ink Paper Bright
07 07 00 00
03 03 00 00
C6D6 LD DE,$404F
C6D9 LD BC,$0703
C6DC CALL Print_TwoToneText_Alias
C6DF RET Return.
Prev: C6B1 Up: Map Next: C6E0