Monday, September 28, 2009

Underground Record System Editing

In this post I will show you how to edit the underground record system (Example: change flags captured from 1 to 100, or any other number). I will even show you how to make the code edit more than one thing at a time so you don't have two to seven different codes.


Press L+R while playing game to activate code.


Diamond and Pearl:

94000130 FCFF0000
B21C4D28 00000000
B0000004 00000000
0000**** 000000##
D2000000 00000000


Platinum:

94000130 FCFF0000
B2101D40 00000000
0000**** 000000##
D2000000 00000000

So the ****'s you are going to replace with the four digit sequence following what you want to edit, and the ##'s are the amount you want to change what you are editing to.

Be sure to put in the right one the ****'s are different between the two games.
Replace the ****'s with the thing you want to edit.

Diamond and Pearl:
3C98=People Met
3CA4= Spheres
3CA8=Fossils
3C9C= Gifts Given
3CB0= Trap Hits
3CB4= Traps Triggered
3CCC= Flags Captured

Platinum:
3CC8= People met underground
3CD4= Spheres
3CD8= Fossils
3CCC= Gifts
3CE0= Trap Hits
3CE4= Traps Triggered
3CFC= Flags Captured

And now for the amount:
Replace the ##'s with the amount you want the thing you are changing to be... It can be anywhere between 0-100 if you want another number (only between 0-100) change the calculator on your computer to scientific view, type in the number you want and change it from DEC to HEX and put in that number. I've put in some of the most common ones though.

0=00
1=01
10=0A
20=14
50=32
100=64