Skip to navigation

Elite on the BBC Micro and NES

Sound: ELASNO

[BBC Master version]

Name: ELASNO [Show more] Type: Subroutine Category: Sound Summary: Make the sound of us being hit
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TACTICS (Part 6 of 7) calls ELASNO
.ELASNO LDY #9 \ Call the NOISE routine with Y = 9 to make the first JSR NOISE \ sound of us being hit LDY #5 \ Call the NOISE routine with Y = 5 to make the second BRA NOISE \ sound of us being hit, returning from the subroutine \ using a tail call