Skip to navigation

Elite on the BBC Micro and NES

Sound: EXNO

[NES version, Bank 0]

Name: EXNO [Show more] Type: Subroutine Category: Sound Summary: Make the sound of a laser strike or ship explosion
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * Main flight loop (Part 11 of 16) calls EXNO

Make the two-part explosion sound of us making a laser strike, or of another ship exploding.
.EXNO LDY #10 ; Call the NOISE routine with Y = 10 to make the sound JMP NOISE ; of us making a hit or kill and return from the ; subroutine using a tail call