Prev: C2CE Up: Map Next: C302
C2DF: Draw high-score display
Used by the routine at main.
draw_hiscore C2DF LD DE,$3C00
C2E2 CALL set_chars
C2E5 LD HL,$C302 Draw frame frame_hiscore_label
C2E8 CALL draw_frame
C2EB LD A,($C343)
C2EE RST $10
C2EF LD A,($C342)
C2F2 RST $10
C2F3 LD A,($C345)
C2F6 RST $10
C2F7 LD A,($C344)
C2FA RST $10
C2FB LD A,$30
C2FD RST $10
C2FE LD A,$30
C300 RST $10
C301 RET
Prev: C2CE Up: Map Next: C302