| Prev: 673D | Up: Map | Next: 6794 |
678E: Clear CONTROLS_BIT_FIRE_SOUND flag
|
Used by the routine at animate_plane_missile.
|
||||
|
Called when missile Y <= $70 (112), stopping the fire sound effect. Does not affect firing — a new missile is gated by missile Y being 0.
|
||||
| clear_fire_bit | 678E | LD HL,$6BB0 | Clear CONTROLS_BIT_FIRE_SOUND in state_controls. | |
| 6791 | RES 0,(HL) | |||
| 6793 | RET | |||
| Prev: 673D | Up: Map | Next: 6794 |