Prev: EE90 Up: Map Next: EEA9
EE9B: Events: Game Over
Force a newline to be "printed".
Events_GameOver EE9B LD A,$0D A=0D.
EE9D CALL PrintCharacter Call PrintCharacter.
EEA0 CALL PrintStringAndNewline Call PrintStringAndNewline.
Tidy up the stack.
EEA3 POP HL Restore HL, HL and HL from the stack.
EEA4 POP HL
EEA5 POP HL
EEA6 JP GameOver Jump to GameOver.
Prev: EE90 Up: Map Next: EEA9