Thanks for the quick reply. I've got the patch to work.
Well, it works, but the cheat itself doesn't work. I'm using the "Player 2 No Cards" cheat, but I don't see any result out of that.
Here's the complete Pnach file, however, I use it differently (read below why):
gametitle=Tag Force Evolution
comment=Instant Win
//Master Code
patch=1,EE,000FFFFE,word,000002D3
patch=1,EE,000FFFFF,word,000002D3
//Must Be On For Instant Win
patch=1,EE,200A0100,word,12800011
patch=1,EE,200A0138,word,1000000F
patch=1,EE,200A0178,word,03E00008
patch=1,EE,D169B786,word,000027BD
patch=1,EE,2169B780,word,08028040
//Instant Win
patch=1,EE,200A0108,word,AE000000
With this, the emulator crashes. The "Must Be On....." cheat must be turned off to get normal behavior, but then the code doesn't work. Disabling the Master Code is no help, without it the cheat still doesn't work, and without it the "Must Be On....." cheat still crashes the emulator. According to the checker program, I use the right version, and I decrtyped it with the V7 option. What am I doing wrong?
EDIT: Never mind, I found the problem. While looking back at the "Must Be On..." code, I found it odd how one started with a D. So I removed that line, and the code works.
Last edited by Game_Master001; March 18th, 2008 at 20:48..