![]() |
Data |
| Prev: C344 | Up: Map | Next: C348 |
|
Stores the two most significant digits of the current score as ASCII bytes. Loaded with LD HL,($C346): H = digit 1 (address $C347), L = digit 2 (address $C346). Digits 3-4 are in var_score_digits34.
Reset to $30 ('0') at game start. Updated by the score increment/decrement routines.
|
||||
| var_score_digits12 | C346 | DEFB $30,$30 | ||
| Prev: C344 | Up: Map | Next: C348 |