Prev: 6043 Up: Map Next: 6083
6064: Reset the screen to its default state.
Used by the routines at 6094, 60b7 and 61c9.
6064 xor a
6065 out ($fe),a Set screen border to black
6067 call $7180 Clear the screen
606a call $718e Reset the screen colours
606d call $715a Display score labels
Display score labels text at the top of the screen.
6070 ld hl,$5820 HL=attribute file location
6073 ld bc,$2046 B=tile count, and C=yellow colour
6076 ld (hl),c Now set the tile colours
6077 inc l
6078 djnz $6076
607a call $70e5 Update display with player 1 score
607d call $70ed Update display with player 2 score
6080 jp $70f5 Update display with high score
Prev: 6043 Up: Map Next: 6083