If it is possible, can you make codes for Heroes of Mana? For example, a code that lets you have max materials (Gaia Stones and the tree thingies). Or maximum health for the selected character when you press a combonation of buttons.
Printable View
If it is possible, can you make codes for Heroes of Mana? For example, a code that lets you have max materials (Gaia Stones and the tree thingies). Or maximum health for the selected character when you press a combonation of buttons.
They are in the code junkies list ^-^
Code:Infinite Gaia Stones:
121a9e90 0000270f
Code:Infinite Berries:
121a9e92 000003e7
Are they the U.S. version? :\
Sorry I didn't mention that :oops:
No thier not but thier fairly simple values if your lucky they'll port:
Code:Infinite Gaia Stones Ported 1.0:
121ADAB8 0000270F
Code:Infinite Gaia Stones Ported 1.1:
121AD538 0000270F
Code:Infinite Berries Ported 1.0:
121ADABA 000003E7
Hope these work for you let me know if they don't :DCode:Infinite Berries Ported 1.1:
121AD53A 000003E7
:shock: It doesn't work T_T
I don't know what version it is, but the game code is:
AHEE - A652F73B
There are no cheats in the code junkies list, I don't have a clue how to hack but did you try all the codes?
How did you convert them?Quote:
Originally Posted by Area51_Hacker2
I used DS workshop and added on the values...
What values?Quote:
Originally Posted by Area51_Hacker2
Ones provided by game hackers... They started as EU then I added 3C28 for 1 of them and a different value (again from game-hackers) to make it into the other one
lol...these aren't from AC:WW. You can't just use the conversion values from AC:WW to convert any codes.
Yeah, that's what I thought he did too :PQuote:
Originally Posted by Vash
oops :oops: just presumed hex was the same, sorry
So either I have to wait for Codejunkies to get some codes or wait for someone to hack it with emulator or trainer toolkit or something?
i only made a lefty hack from a request in gbatemp for this game but i didn't see the game in general .. can you check first if the code you looking is in here,
http://kodewerx.net/forum/viewtopic.php?f=19&t=4031
but in case you want to port codejunkies EU code, the code difference from EU to US is -20h
meaning if
Roget :
Infinite Health in EU
d3000000 021a8a92
f21a8a90 00000002
d2000000 00000000
Max Health in EU
121ab9ac 000003e7
-20h to convert it to US which will give
Infinite Health
d3000000 021a8a72
f21a8a70 00000002
d2000000 00000000
Max Health in US
121ab98c 000003e7
could you document that in the releases forum?