Prev: E9B2 Up: Map Next: E9D8
E9D0: Print And Game Over
Used by the routines at Event_Drowning and Event_FomorianTribe.
PrintAndGameOver E9D0 CALL PrintStringAndNewline Call PrintStringAndNewline.
Housekeeping; tidy up the stack.
E9D3 POP HL Restore HL from the stack.
E9D4 POP HL Discard the return address on the stack.
E9D5 JP GameOver Jump to GameOver.
Prev: E9B2 Up: Map Next: E9D8