.ResetEngineSound LDA #255 \ Set byte #5 of sound #7 (low byte of engine pitch) to STA soundData+60 \ 255, which is the default setting RTS \ Return from the subroutineName: ResetEngineSound [Show more] Type: Subroutine Category: Sound Summary: Reset the pitch of the engine soundContext: See this subroutine in context in the source code References: This subroutine is called as follows: * ProcessLanding (Part 6 of 7) calls ResetEngineSound
[X]
Variable soundData (category: Sound)
OSWORD blocks for making the various game sounds