![]() |
Routines |
| Prev: 25442 | Up: Map | Next: 25628 |
|
Award the bonus for hitting the spaceship, then play the sound. Game pauses for a moment during sound. Then clear the spaceship's row on the screen to remove the bonus value.
Used by the routine at spaceship_handler.
|
||||
| hit_spaceship | 25592 | CALL clear_spaceship | Clear spaceship from screen | |
| 25595 | CALL award_spaceship_bonus | Bump score, display bonus | ||
| 25598 | CALL sound_burbler | Sound burbler | ||
| 25601 | DEFB 10,255,10,200,20,150,5,200 | Hit spaceship sound | ||
| 25609 | DEFB 20,150,20,120,20,100,20,80 | |||
| 25617 | DEFB 20,60,20,40,0 | |||
|
Sound burbler return point
|
||||
| 25622 | LD DE,16416 | Row 1 | ||
| 25625 | JP clear_char_row | Clear bonus value from row 1 | ||
| Prev: 25442 | Up: Map | Next: 25628 |