Prev: C346 Up: Map Next: C34A
C348: Score — digits 3 and 4 (ASCII)
Stores the two least significant digits of the current score as ASCII bytes.
Loaded with LD HL,($C348): H = digit 3 (address $C349), L = digit 4
(address $C348). Reset to $30 ('0') at game start.
var_score_digits34 C348 DEFB $30,$30
Prev: C346 Up: Map Next: C34A