![]() |
Routines |
Prev: 61072 | Up: Map | Next: 61097 |
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 | 61083 | LD A,13 | A=13. | |
61085 | CALL PrintCharacter | Call PrintCharacter. | ||
61088 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
Tidy up the stack.
|
||||
61091 | POP HL | Restore HL, HL and HL from the stack. | ||
61092 | POP HL | |||
61093 | POP HL | |||
61094 | JP GameOver | Jump to GameOver. |
Prev: 61072 | Up: Map | Next: 61097 |