Kodewerx
https://www.kodewerx.org/forum/

Pokemon Platinum AR Code Help Please
https://www.kodewerx.org/forum/viewtopic.php?f=17&t=7087
Page 1 of 1

Author:  thatrandomlurkerguy [ Thu Nov 05, 2009 9:59 pm ]
Post subject:  Pokemon Platinum AR Code Help Please

okay so i am trying to customize the EXP Gain codes and but i can't get it over 655535 :(

cause i accidentally type 65550 (meant to put in 65535) in the MS calc to see the hex code vaule and it gave me 1000E so i plugged that in so i went to test how much i would get and to my surprised i got 14 exp :shock: so i re put in the number and the hex value is FFFF so it seems i can't go over 4 places why is that?


Code:
94000130 feff0000
621bfb0c 00000000
b21bfb0c 00000000
1000229c 0000FFFF
d2000000 00000000

Author:  DarkLegend [ Tue Nov 10, 2009 10:21 am ]
Post subject:  Re: Pokemon Platinum AR Code Help Please

Just use pokesav.
Here:http://projectpokemon.org/editing/pokesav/pokesavdownload.php

You need to download the right one, depending whether Your platinum is J, US or EU.

Now if your using a flashcard, plug your memory card into your computer, and open up pokesav.Click on open and choose your platinum save. Now just edit your pokemon so there lvl 100. You can change there moves too, you can change allot of stuff really.

Don't have a flashcard and own an Action Replay, then load up pokesav and edit what you want, don't open anything. So If you want a lvl 100 Deoxys in your slot 4 party, then do it. Now click on ARDS Codes and click on what you did. Then you should get an Xml file, now you should now what to do with the xml file.

Author:  KhaosKnight1 [ Tue Nov 10, 2009 6:32 pm ]
Post subject:  Re: Pokemon Platinum AR Code Help Please

thatrandomlurkerguy wrote:
okay so i am trying to customize the EXP Gain codes and but i can't get it over 655535 :(

cause i accidentally type 65550 (meant to put in 65535) in the MS calc to see the hex code vaule and it gave me 1000E so i plugged that in so i went to test how much i would get and to my surprised i got 14 exp :shock: so i re put in the number and the hex value is FFFF so it seems i can't go over 4 places why is that?


Code:
94000130 feff0000
621bfb0c 00000000
b21bfb0c 00000000
1000229c [b]FFFFFFFF[/b]
d2000000 00000000


Try that, that should give you 4,294,967,295. More that enough for level 100. Last time i checked you can use all 8 of those digits in that line for a value. If not then i guess FFFF is as high as it goes.

But if you should only need to battle 3-4 Bidoofs with the FFFF to get a high level anyway.

Author:  DarkLegend [ Wed Nov 11, 2009 10:38 am ]
Post subject:  Re: Pokemon Platinum AR Code Help Please

That won't work
Code:
94000130 feff0000
621bfb0c 00000000
b21bfb0c 00000000
1000229c 0000FFFF
d2000000 00000000


1000229c 0000FFFF
^
There is a 1 here, so its only 16-bits, So only 4 F's are allowed (65535)

Author:  HyperHacker [ Mon Nov 16, 2009 1:05 am ]
Post subject:  Re: Pokemon Platinum AR Code Help Please

Probably experience is 24-bit, so you want to add another line for the high byte:

94000130 feff0000
621bfb0c 00000000
b21bfb0c 00000000
2000229b 0000000F
1000229c 00004240
d2000000 00000000
0F4240 = 1,000,000 EXP. I don't have the game to test with, but all the Pokémon games I've seen used 24-bit EXP (level 100 in the range of 800,000 to 1,250,000, so well over 16-bit), and unless this game is doing something retarded with its memory layout, that address would have to be the upper byte.

If not, possible alternatives for the bolded line:
2000229d 0000000F
or 2000229e 0000000F

Author:  Hextator [ Mon Nov 16, 2009 10:55 am ]
Post subject: 

Just use a 32 bit write. The odds of them defining the struct such that the top byte of that word is used are minimal.

That entails changing the leading digit to a 0.

Author:  HyperHacker [ Mon Nov 16, 2009 10:42 pm ]
Post subject:  Re: Pokemon Platinum AR Code Help Please

Eh, it's Pokémon. I dunno about GBA/DS, but the GBC G/S games were fucking tight. No wasted bytes like that.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/