Prev: 63BB Up: Map Next: 6438
63E9: Messaging: Header
Messaging_Header 63E9 DEFB $16,$00,$00 PRINT AT: 00, 00.
63EC DEFB $11,$00 Set PAPER: BLACK.
63EE DEFB $13,$01 BRIGHT "ON".
63F0 DEFM " " header-01
63F1 DEFB $10,$07 Set INK: WHITE.
63F3 DEFM " Energy Lives Score " header-02
Forms the energy bar:
6413 DEFB $10,$02 Set INK: RED.
6415 DEFM $A3,$A3 header-03
6417 DEFB $10,$06 Set INK: YELLOW.
6419 DEFM $A3,$A3,$A3,$A3,$A3,$A3,$A3,$A3,$A3,$A3 header-04
6423 DEFB $10,$07 Set INK: WHITE.
6425 DEFB $A4 header-06
Prints lives and score:
6426 DEFM " 3 0000000 " header-07
Prev: 63BB Up: Map Next: 6438