Prev: C33E Up: Map Next: C342
C340: Money — digits 3 and 4 (ASCII)
Stores the two least significant digits of the current money as ASCII bytes. Loaded with LD HL,($C340): H = digit 3 (address $C341), L = digit 4 (address $C340).
Initial value is 030000$ (30000 escudos): $C340=$30 ('0'), $C341=$30 ('0'). Updated by the money increment (money_add) and decrement (deduct_money) routines.
var_money_digits34 C340 DEFB $38,$31
Prev: C33E Up: Map Next: C342