Prev: A3D2 Up: Map Next: A416
A410: Deduct 1 from score (penalty after robbery)
Sets B = 1, calls score_dec_lo to decrement score by 1. Called from
thief_encounter after the thief steals the wallet.
score_deduct_1 A410 LD B,$01 B = 1
A412 CALL score_dec_lo Decrement score by 1 (score_dec_lo)
A415 RET
Prev: A3D2 Up: Map Next: A416