Prev: CD84 Up: Map Next: CD9A
CD8A: Something bad has happened - set the "lose a life" flag
Used by the routines at C92A, CF77, D1CE, D895 and E782.
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