Prev: C340 Up: Map Next: C344
C342: High score — digits 1 and 2 (ASCII)
Stores the two most significant digits of the high score as ASCII bytes. Loaded with LD HL,($C342): H = digit 1 (address $C343), L = digit 2 (address $C342). Digits 3-4 are in var_hiscore_digits34.
Initial hiscore is 0050, so $C342=$30 ('0'), $C343=$30 ('0').
var_hiscore_digits12 C342 DEFB $30,$30
Prev: C340 Up: Map Next: C344