I just need how to stop him from cutting out the stage's music when he wins.It really sounds bad to me and detracts from the character IMO.
To totally cut that, look for states in the cns with "no music" flags then semicolon [State 1], like this:;[State 1]type = AssertSpecial;triggerall = Wintrigger1 = RoundState != 2 && RoundsExisted = 0trigger2 = RoundState >= 3 && RoundsExisted != 0flag = nomusicThis one is in Mizuchi.cns