![]() |
Data |
| Prev: C346 | Up: Map | Next: C34A |
|
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 |