Trainer Toolkit Pokemon Pearl (and metriod codes)
Ok I was trying to make a level 99 first Monster level hack today for my bro.
After a couple of minutes I worked the address was:
So I tried writing 99999999 to the address and I got level 25! So the relationship between level and numbers is
so I multiplied out 99 x 3999999 and in hex got EC08CD9D which just crashed the game!
Can someone explain to me what I did wrong in laymans terms?
Metroid Codes:
Code:
Infinite Special Weapons:
020db180 0108B04C
Infinite Missiles:
020db180 02585886
Infinite Health:
020db10c 05CF28A8
Could someone test these?
Re: Trainer Toolkit Pokemon Pearl (and metriod codes)
Code:
99d=63h therefore:
222b0440 00000063
EDIT: Assuming your address is correct which, judging by your MPH codes, it is not.
Re: Trainer Toolkit Pokemon Pearl (and metriod codes)
Thanks a ton!
I was too tired thinking of when I was doing the metroid hacks
EDIT: Yeh I presumed that. No I had my address working i.e. I could edit the value. However for some reason when I tried to edit now I couldn't. Do I need to find the pointers?