Prev: 60412 Up: Map Next: 60435
60423: Routine at EC07
60423 LD A,4 Call AddToScore to add 4 points to the score.
60425 CALL AddToScore
60428 POP HL Restore HL and HL from the stack.
60429 POP HL
60430 LD HL,59832 Switch GameOver_Score onto the stack so the next return actions printing the score and asking if you want another game?
60433 EX (SP),HL
60434 RET Return.
Prev: 60412 Up: Map Next: 60435