![]()  | 
Routines | 
| Prev: EE90 | Up: Map | Next: EEA9 | 
| 
 
Used by the routines at Event_Crab, Event_Tentacle, Event_Drunk, Event_Lion, Event_Crocodile, Event_Cannibals and Event_Wave.
 
 | 
||||
| 
 
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 |