I believe the site has working converter to turn encrypted into raw. As to convert from one region to another, this is the way I do it.
First find a code that is the same for both regions, I picked this one:
Start With Lots Of Money (USA)
212838D8 000F423F
Infinite Cash (PAL)
21284760 05F5E0FF
I know one says "Start with", but I'm going to assume it's the same money code regardless if you start with it on, or if you enable it as you play the game.
Anyway, the second part of the codes are just the values, so let's get rid of those to avoid confusion. We are left with this:
Start With Lots Of Money (USA)
212838D8
Infinite Cash (PAL)
21284760
Now you are left with the addresses, which is what tells the game where the money is located. What you want to do now, is look for the difference between those numbers so you can find where the devs placed the addresses when they released the game on another region. So, go ahead and open your windows Calculator, switch to programmer mode, and select HEX.
Now, we're going to do a simple substraction: copy the address that has the bigger number (in this case, the PAL version) and paste it in the calculator, press the Minus sign, then the paste the address with the lower number (in this case the USA one).
The result is going to be: E88
So, since you have PAL codes, just take the code you want to convert, subtract E88 from it, and you'll theoretically get the USA address you're looking for.
First find a code that is the same for both regions, I picked this one:
Start With Lots Of Money (USA)
212838D8 000F423F
Infinite Cash (PAL)
21284760 05F5E0FF
I know one says "Start with", but I'm going to assume it's the same money code regardless if you start with it on, or if you enable it as you play the game.
Anyway, the second part of the codes are just the values, so let's get rid of those to avoid confusion. We are left with this:
Start With Lots Of Money (USA)
212838D8
Infinite Cash (PAL)
21284760
Now you are left with the addresses, which is what tells the game where the money is located. What you want to do now, is look for the difference between those numbers so you can find where the devs placed the addresses when they released the game on another region. So, go ahead and open your windows Calculator, switch to programmer mode, and select HEX.
Now, we're going to do a simple substraction: copy the address that has the bigger number (in this case, the PAL version) and paste it in the calculator, press the Minus sign, then the paste the address with the lower number (in this case the USA one).
The result is going to be: E88
So, since you have PAL codes, just take the code you want to convert, subtract E88 from it, and you'll theoretically get the USA address you're looking for.


Comment