|  | Routines | 
| Prev: 30916 | Up: Map | Next: 30968 | 
| 
Used by the routine at 55726.
 | ||||
| 30940 | LD A,(23700) | If USS Pisces' current location is Gangrole (20)... | ||
| 30943 | CP 20 | ... | ||
| 30945 | JP Z,30954 | ...then skip ahead to 30954 | ||
| 30948 | LD HL,47460 | Point HL at "YOU AND THE TYME MACHINE CRASHED TO THE SURFACE OF..." text | ||
| 30951 | JP 55685 | Jump to "game over" window routine and return to control selection menu | ||
| 30954 | LD A,(23403) | If tyme-machine-charged flag is set... | ||
| 30957 | AND 2 | ... | ||
| 30959 | JP NZ,31468 | ...then show "WELL DONE" screen, jumping to game over on key-press | ||
| 30962 | LD HL,47406 | Point HL at "AS YOU FELL TOWARDS GANGROLE THE TYME MACHINE OVERLOADED..." text | ||
| 30965 | JP 55685 | Jump to "game over" window routine and return to control selection menu | ||
| Prev: 30916 | Up: Map | Next: 30968 |