![]() |
Routines |
Prev: 60412 | Up: Map | Next: 60435 |
|
||||
Process_CongratulationsGameOver | 60423 | LD A,4 | Call AddToScore to add 4 points to the score. | |
60425 | CALL AddToScore | |||
Housekeeping; tidy up the stack.
|
||||
60428 | POP HL | Restore HL from the stack. | ||
60429 | POP HL | Discard the return address on the stack. | ||
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 |