| Dynamite Dan | Routines |
| Prev: CD84 | Up: Map | Next: CD9A |
| CD8A | LD A,$08 | Set 8 frames to run in the "touched" object sequence. (C880) | ||
| CD8C | LD ($C880),A | |||
| CD8F | LD HL,$C874 | Point HL to the game flags (C874). | ||
| CD92 | SET 5,(HL) | Set bit 5 (lose a life). | ||
| CD94 | LD HL,$DA8A | Point HL to the current tune data. (DA8A) | ||
| CD97 | SET 1,(HL) | Set bit 1 (play "lose a life" effect) | ||
| CD99 | RET | Return. | ||
| Prev: CD84 | Up: Map | Next: CD9A |