Prev: 60176 Up: Map Next: 60327
60317: Print And Game Over
PrintAndGameOver_Duplicate 60317 CALL PrintStringAndNewline Call PrintStringAndNewline.
This entry point is used by the routine at Process_EnterOozingQuagmire.
Housekeeping; tidy up the stack.
GameOverWithHouseKeeping 60320 POP HL Restore HL from the stack.
60321 POP HL Discard the return address on the stack.
Bad luck!
60322 LD HL,59826 Switch GameOver onto the stack so the next return actions a "game over".
60325 EX (SP),HL
60326 RET Return.
Prev: 60176 Up: Map Next: 60327