Prev: 6d59 Up: Map Next: 6d67
6d5c: Alien Killed SFX #2.
When alien was killed by laser fire, reset anim state, set explosion SFX params, and add score. Used by the routine at 6bf8.
6d5c call $70c2 Add points to score
6d5f call $685d Update actor state
6d62 ld a,$01 Set SFX to type #2
6d64 jp $67fd Play explosion sound with SFX type #2
Prev: 6d59 Up: Map Next: 6d67