Yes, there is a way
I guess the code you are searching for ist the :
Stage-Track Dependant Song Loader [Oshtoby]
28708ceb 000000SS
28708d2e 0000XXXX
4A000000 90180F06
14000076 FF00YYYY
E0000000 80008000
SS = Id of the stage that you want to have new music (as example if you want to have battlefield music on final destination, you would write the battlefield id)
XXXX = id of the song that you want to be replaced ( this would be one of the battlefield songs)
YYYY = id of the song that you want to have instead ov the replaced one (this would be one of the final destination songs)
So if you wanted to change the song "battlefield from the stage "battlefield" to the song "final destination" from the stage "final destination" the code would look like this:
Stage-Track Dependant Song Loader [Oshtoby]
28708ceb 00000001 (01 is the id from the stage "battlefield")
28708d2e 000026FC (26FC is the id of the song "battlefield" )
4A000000 90180F06
14000076 FF0026FD (26FD is the id of the song "final destination")
E0000000 80008000
You can add the code to the existing code to replace more than one song. Like this :
28708ceb 000000SS
28708d2e 0000XXXX
4A000000 90180F06
14000076 FF00YYYY
E0000000 80008000
28708ceb 000000SS (here is where the second part starts )
28708d2e 0000XXXX
4A000000 90180F06
14000076 FF00YYYY
E0000000 80008000
(if you want, you can repeat this step )
here is a .rar file with all the Id´s needed
http://www.mediafire.com/?k9hlju3mn311cbaI hope i was able to help you
