Smacktalks Posted November 26, 2004 Posted November 26, 2004 Example : Dynasty Warriors 4 This can be a longer search...... First we have to know which digit the "Movie Mode" have: -> 8c620000 We go to Option "Find Plattern" and enable the option "as Hex String" Now we change the Bytes 8c620000 to -> 0000628c Now press F5 till you comes to a Routine which looks exactly like this: 0010a820 03e00008 jr ra 0010a824 ace20000 sw v0, $0000(a3) 0010a828 8c830040 lw v1, $0040(a0) 0010a82c 03e00008 jr ra 0010a830 8c620000 lw v0, $0000(v1) 0010a834 00000000 nop 0010a838 8c830040 lw v1, $0040(a0) 0010a83c 8c620004 lw v0, $0004(v1) 0010a840 03e00008 jr ra This is our FMV Code -> 0010a830 8c620000 lw v0, $0000(v1) The Code runs in 32 Bytes so we have to change the first number of the Adress into a 2 and change the digit into 24020001 Skip FMV 2010A830 24020001 Written by: Autoren Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.