Language…
10 users online: Cardioid,  Daizo Dee Von, Hayashi Neru, Hot Sauce, jferrerfaj, Katerpie, Reaper Fan,  Saphros, Theoneselected7, ZedPakku - Guests: 122 - Bots: 217
Users: 69,637 (2,519 active)
Latest user: Codename_Firez

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:}