View Single Post
Old March 13th, 2009   #14 (permalink)
redlofredlof
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
@Pontifice
the first code crashes the emulator and the second one does not work.


Quote:
Originally Posted by Pontifice View Post
ummm things are getting hard

try this for soul calibur 2 from codetwink

1-Hit Death P2
D03E531E 00004370
203E531C 3F800000

patch=1,EE,D03E531E,extended,00004370
patch=1,EE,203E531C,extended,3F800000

this code give an error/crash

vtlb miss: addr 0xD, mode 1


The code works only if I make it like this
Quote:
patch=1,EE,003E531E,word,00004370
patch=1,EE,203E531C,word,3F800000

Using extended does not work.

Last edited by redlofredlof; March 13th, 2009 at 20:40.. Reason: Automerged Doublepost
redlofredlof is offline   Reply With Quote