Originally Posted by
Tony H
I think I've got it figured out. Here is a test code to see if this is one of the songs that you want.
Puggsy (Genesis) (US)
M22A-JCCT
Changes the music for the start of level 1 (The Beach) from song number 53, to song number 5E.
Let me know if that's what you're looking for and will see if I can find the exact codes you want.
The ROM address for that code is $043050. If you look at the values there with a hex editor, you might be able to figure out which area you're looking for. If not, I'll try to figure out the codes you want tomorrow.
EDIT: Here's another test code.
JT2A-JCCT
Plays unused track #44 at the beginning of level 1 (The Beach).
EDIT2: If you convert the Game Genie code to raw hex, you can easily see what values I used for the songs, and then insert your own values for different songs. There are a total of 3 sequential addresses with a value of 0153 (the normal "Beach" track), so I'm guessing that song is used a few times in the Beach level, but will need to test to find out for sure.
EDIT3: Just remembered that the programing is adding 1 to the track number, so the track values I used for the codes might be off by 1. Will check on that tomorrow, or you can try using different values.