| Deathchase | Routines |
| Prev: 6859 | Up: Map | Next: 6886 |
| 686B | LD HL,$6521 | Start of pointers to screen offsets | ||
| 686E | LD ($5DDA),HL | Set the photon bolt back to the start | ||
| 6871 | LD A,$07 | Set max distance | ||
| 6873 | LD ($5DD9),A | |||
| 6876 | LD HL,$7214 | Set to start of graphic buffer at 7214 | ||
| 6879 | LD ($5DDC),HL | Set the current frame to the start | ||
| 687C | LD A,$10 | Set adjustment on screen | ||
| 687E | LD ($5DD8),A | |||
| 6881 | XOR A | Not firing a photon bolt | ||
| 6882 | LD ($5DD7),A | |||
| 6885 | RET | |||
| Prev: 6859 | Up: Map | Next: 6886 |