Language…
14 users online: Bobert941, Burst Man, Cracka, CrappyBlueLuigi, DasFueller, Gasterus155, Ice_Blazar, Idontcare, imamelia, LightAligns, Masaya Murakami, Rykon-V73,  Telinc1, Zavok - Guests: 148 - Bots: 93
Users: 70,138 (2,549 active)
Latest user: zandriix_

Wall Kick UBERASM Jump Sound Glitch

Hey,
I am using the Wall Kick UberASM and sometimes at some points of the level the music glitches and it plays one random sound. I think it is because of the UberASM because more people who used this ASM had the same problem. Is there a fix to this?

AddmusicK moves the jump sound effect. If you're using it, you should change this line:

Code
!JumpSFX 		= $01	; Regular jump sound effect. 1DFA
!JumpSFXPort		= $1DFA


to

Code
!JumpSFX 		= $2B	; Regular jump sound effect. 1DF9
!JumpSFXPort		= $1DF9
Thanks for your reply! So, I did not actually used your solution but I got it to work as well as I saw your approach:
First, I used the Jump Sound instead of the Head Bonk Sound and
second, my Jump Sound is on 1DFC according to the >tweaks.asm file in AMK so I changed it to that in the Wall Kick ASM. That was why it was glitched. But thx for your answer #smw{:peace:}