.LAUN LDY #sfxwhosh ; Call the NOISE routine with Y = sfxwhosh to make the JSR NOISE ; sound of the ship launching from the station LDA #8 ; Set the step size for the launch tunnel rings to 8, so ; there are fewer sections in the rings and they are ; quite polygonal (compared to the step size of 4 used ; in the much rounder hyperspace rings) ; Fall through into HFS2 to draw the launch tunnel ringsName: LAUN [Show more] Type: Subroutine Category: Drawing circles Summary: Make the launch sound and draw the launch tunnelContext: See this subroutine in context in the source code References: This subroutine is called as follows: * DOENTRY calls LAUN * TT110 calls LAUN
This is shown when launching from or docking with the space station.
[X]
Subroutine NOISE (category: Sound)
Make the sound whose number is in Y
[X]
Configuration variable sfxwhosh = 4
Sound 4 = Missile launched / Ship launch