Language…
11 users online: Anas, cletus_deletus,  Donut, GRIMMKIN, Gutawer, Isikoro, JezJitzu, masl,  Ringo,  RussianMan, Skewer - Guests: 240 - Bots: 347
Users: 64,795 (2,375 active)
Latest user: mathew

Raccoon Patch and SFX glitch

https://www.smwcentral.net/?p=section&a=details&id=12444

About the raccoon patch.

Wakana posted on the comments a fix to an issue when Mario jumps from the ground, it triggers the spinjump sfx

Code
RaccoonSFX:
LDA #$08
STA $14A5|!base2

LDA $13EF|!base2
CMP #$01
BCS JumpBack

LDA #$04
STA $1DFC|!base2

JumpBack:
JML $00D90C
End:

The problem is that this sfx (spinjump) keeps triggering when I normal jump from a sprite (like platforms or even enemies)

How to fix this?