Prev: C342 Up: Map Next: C346
C344: High score — digits 3 and 4 (ASCII)
Stores the two least significant digits of the high score as ASCII bytes. Loaded with LD HL,($C344): H = digit 3 (address $C345), L = digit 4 (address $C344).
Initial hiscore is 0050, so $C344=$30 ('0'), $C345=$35 ('5').
var_hiscore_digits34 C344 DEFB $30,$35
Prev: C342 Up: Map Next: C346