Prev: EB10 Up: Map Next: EBA7
EB9D: Print And Game Over
PrintAndGameOver_Duplicate EB9D CALL PrintStringAndNewline Call PrintStringAndNewline.
This entry point is used by the routine at Process_EnterOozingQuagmire.
Housekeeping; tidy up the stack.
GameOverWithHouseKeeping EBA0 POP HL Restore HL from the stack.
EBA1 POP HL Discard the return address on the stack.
Bad luck!
EBA2 LD HL,$E9B2 Switch GameOver onto the stack so the next return actions a "game over".
EBA5 EX (SP),HL
EBA6 RET Return.
Prev: EB10 Up: Map Next: EBA7