Language…
21 users online: af1899, Apple Boy, CxGx, DannyLeeClark, DasFueller, drake-68, Golden Yoshi, Green, Hot Sauce, IkeSMB, IroningBoardthe2nd, JbrownFroggie,  Lazy, Neito, o_formigo, PaterVortex, River347, Rykon-V73, ShoopDaWhoop, The_Uber_Camper, Zener_j - Guests: 107 - Bots: 152
Users: 69,726 (2,526 active)
Latest user: VGHack

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