I have borrowed soul calibur 2 from a friend and the code
patch=1,EE,D03E531E,extended,00004370
patch=1,EE,203E531C,extended,3F800000
works
patch=1,EE,003E531E,word,00004370
patch=1,EE,203E531C,word,3F800000
works also, but because the second line writes empty life for p2 and keeps writing it all the time the
patch=1,EE,D03E531E,extended,00004370
part works like a check to see if a battle is at the moment and only write empty life during battles.
----------------
Anyway try this other code
//P1 Needs 1 Win To Win
patch=1,EE,003D448C,word,00000000
patch=1,EE,003D448C,word,00000001
Start a Weapon Master game, and you will be unable to finish stage two because you will always have only one victory
and later this one
//P1 Needs 1 Win To Win
patch=1,EE,D03D448C,extended,00000000
patch=1,EE,003D448C,extended,00000001
Start a Weapon Master game, and you will be able to finish stage two because it checks that you have 0 victories to change it to 1, so in places of the game that the player needs 3 or more victories this code works
Last edited by Pontifice; March 13th, 2009 at 23:58..