Prev: 25531 Up: Map Next: 25656
25577: Messaging: Header
Messaging_Header 25577 DEFB 22,0,0 PRINT AT: 0, 0.
25580 DEFB 17,0 Set PAPER: BLACK.
25582 DEFB 19,1 BRIGHT "ON".
25584 DEFM " " header-01
25585 DEFB 16,7 Set INK: WHITE.
25587 DEFM " Energy Lives Score " header-02
Forms the energy bar:
25619 DEFB 16,2 Set INK: RED.
25621 DEFM 163,163 header-03
25623 DEFB 16,6 Set INK: YELLOW.
25625 DEFM 163,163,163,163,163,163,163,163,163,163 header-04
25635 DEFB 16,7 Set INK: WHITE.
25637 DEFB 164 header-06
Prints lives and score:
25638 DEFM " 3 0000000 " header-07
Prev: 25531 Up: Map Next: 25656