Hi everyone i'm glad wiird login issues are finished. :) :) :)
I'm trying to make a Chain never break code for Remington Super Slam Hunting: Africa [SS7URN].And i really don't know how to search this type of code.
If Anyone can help me it would be nice.Thx in advance.
i think i made one for one of those games.. maybe you can back track what i did... because it slips my mind
I would break on the number change. So search for the chain(x) and once you get your break point written then look for a li (I would think probably li r3 or r0 with 0 so li r3,0.) It would follow a cmpwi. you can modify the cmpwi so that it looks something like:
[spoiler]cmpwi r31,1---> Comapre hit(success) registers
bge- COMBO LOAD ---> branch if there's a hit
bCANCEL
CANCEL:
li r3,0 --> Change this to lba r3, Chain(address)
li r1,0 --> Change this to li r1,1
b NEXT
COMBO LOAD address:
lba r3,Chain(address)
NEXT:
addi r3,r3,r1
[/spoiler]
In any case the chain code would have a volatile register; small register r0 perhaps r3, being modified once the chain has stopped. Stop that process and voila.
Search for chain x 1 where 0=1 too I would imagine. Skip the first couple and do a greater/ less than type of search. Start with unknown value. Is it for a VC? You've been like a machine on VCs.
NVM looks like you figured it out ;D
Would you add anything else savage?
Thx everyone i found it :) :) :) :).
Patedj your instructions helped me a lot. And its not for VC its a Pal Wii Games.
Yes i made a lot of Pal VC codes, for a lot i just ported them.
And a big thanks to GMO and ZiT for their work.
Crapulecorp do you think you can make chain never breaks for remington alaska, i had a request for it ... since my gecko is half KOed it could take me awhile, some times my search results are inaccurate
Hi savage, here is your request for Remington Super Slam Hunting: Alaska [SRKEFP]
Max Chain [Crapulecorp]
C201D03C 00000002
388003E7 908300C0
60000000 00000000
Chain Don't Break [Crapulecorp]
0401D074 60000000
I'm so proud! Well done!
thank you sir ;D