Routines

29621: Add to score and print it


Used by several routines

A Points to add/10

29621 D5 PUSH DE
29622 5F LD E,A
29623 1600 LD D,0
29625 E5 PUSH HL
29626 2AE57F LD HL,(32741) HL=current score
29629 19 ADD HL,DE Add points
29630 22E57F LD (32741),HL
29633 EB EX DE,HL
29634 21A451 LD HL,20900 HL=appropriate display file address for printing score

This entry point is used by the routine at 29643:
29637 CDAD73 CALL 29613 Print the new score/lines total
29640 E1 POP HL
29641 D1 POP DE
29642 C9 RET