Am I missing something with the Fixed Song Forcer code, or does it only work as one instance (as in, it can only be used for one stage at a time)? Whenever I attempt to add a second stage to the code, the game seems to choose just one to work properly. Surely I must have made some sort of mistake.
Edit: Attempting to get this working again but no luck. I'm unfamiliar with asmwiird, having only ever worked with actual codes themselves. Could anybody who has got this new Song Forcer working explain what exactly needs to be changed from wiiztec's guide to be compatible with CSE?
Edit 2: Never mind, got it working. May have been a problem on Dolphin's end. For those who haven't got it working, follow wiiztec's guide but change the top two lines to:
lis r12,0x8058
lhz r12,22714(r12)
And every time you come across the following:
li r0,0xMMMM
Change it to:
li r0,0
ori r0,r0,0xMMMM