Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Thu Mar 28, 2024 10:48 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: Thu Nov 05, 2009 9:59 pm 
Offline
Kommunist
Kommunist

Joined: Wed Nov 04, 2009 4:30 am
Posts: 1
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


Top
 Profile  
Reply with quote  
PostPosted: Tue Nov 10, 2009 10:21 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Jun 09, 2008 12:25 pm
Posts: 217
Location: Earth, I think
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.


Top
 Profile  
Reply with quote  
PostPosted: Tue Nov 10, 2009 6:32 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu May 03, 2007 5:27 pm
Posts: 424
Location: Kodewerx...i think
Title: Taco Boy
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.

_________________
"I'm a Molar, Wisdom Tooth, get the fuck out of my gums!"


Top
 Profile  
Reply with quote  
PostPosted: Wed Nov 11, 2009 10:38 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Jun 09, 2008 12:25 pm
Posts: 217
Location: Earth, I think
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)

_________________
DO NOT CLICK HERE. YOU HAVE BEEN WARNED
Got a PS3? PM me your PSN.


Last edited by DarkLegend on Mon Nov 16, 2009 11:33 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Mon Nov 16, 2009 1:05 am 
Offline
Komrade
Komrade
User avatar

Joined: Tue Mar 27, 2007 6:23 pm
Posts: 1354
Location: Mario Raceway, 1509.831, 217.198, -564.429
Title: Mario Kart 64 Hacker
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

_________________
Image 143
HyperNova Software is now live (but may take a few tries to load) currently down; check out my PSP/DS/Game Boy/Windows/Linux homebrew, ROM hacks, and Gameshark codes!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Nov 16, 2009 10:55 am 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
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.

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Mon Nov 16, 2009 10:42 pm 
Offline
Komrade
Komrade
User avatar

Joined: Tue Mar 27, 2007 6:23 pm
Posts: 1354
Location: Mario Raceway, 1509.831, 217.198, -564.429
Title: Mario Kart 64 Hacker
Eh, it's Pokémon. I dunno about GBA/DS, but the GBC G/S games were fucking tight. No wasted bytes like that.

_________________
Image 143
HyperNova Software is now live (but may take a few tries to load) currently down; check out my PSP/DS/Game Boy/Windows/Linux homebrew, ROM hacks, and Gameshark codes!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 132 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group