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