Subject: [NDS] Pokemon Platinum [NTSC] [AR]KhaosKnight1 wrote:
groundzero wrote:
Is there a code yet for max happiness for pokemon in party pokemon and Able to use item's in battle tower/battle frontier.
For Max happiness just use the vitamin codes above(1 at a time), then give 10 of each to a pokemon and their happiness will go to max.
A faster way is to get the Max Cash code and just buy 10 of each of the vitamins at Veilstone Dept store.
Hydrus wrote:
Just wondering if it's possible to create an experience multiplier code. I understand the Super Exp Gain and Mega Exp Gain codes already exist, but I find an experience multiplier code is a lot easier to manage as I can control and expect how much experience my pokemon will be getting.
Thanks everyone! I saw the crazy amount of codes in the other forum, quite the feat.
Well with the Xp Gain code you can get any amount of Xp from 1 all the way to FFFF(65355), just change the value to the desired Xp amount in Hex(you can use MS Calculator for Dec - Hex conversions)
The below "Mega xp gain"(if you ask me that's kind of a retarded name),gives the max amount of xp, 65355. As determined by the FFFF value.
52240FB4 DBEF42AE
62101D40 00000000
B2101D40 00000000
00044914 0001FFFF <---last 4 digits are the value.
D2000000 00000000
Just change those last 4 digits to the specific value you want, and if it is a 3 digit value just add a zero at the front.
OK for one if you are going to quote my codes. make sure you tell them exactly what it does. That code you posted, the reason why I called it "Mega" is not because it gives you 65535 exp. I called it that because it gives you over, 130k+ exp. also if you notice that line
52240FB4 DBEF42AE
62101D40 00000000
B2101D40 00000000
00044914 0001FFFF <---All 8 digits.
D2000000 00000000
Look closely at the line
00044914 0001FFFF if it was only the last 4 digits it would be 10044914 0000FFFF. Please for my sake don't be such a dumbass and misinterpret my codes. If you are going to quote my codes be sure you do it correctly.
Just for your information by the way.
Type 0x00
32-bit
0XXXXXXX YYYYYYYY Writes word YYYYYYYY to [XXXXXXX+offset].
Type 0x01
16-bit
1XXXXXXX 0000YYYY Writes halfword YYYY to [XXXXXXX+offset].
Type 0x02
8-bit
2XXXXXXX 000000YY Writes byte YY to [XXXXXXX+offset].