• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Tales of Phantasia(U) code help

Started by charachu, March 15, 2006, 03:48:03 PM

Previous topic - Next topic

charachu

I'm trying to get some Tales of Phantasia codes to work..Specifically

Cress has 500 Strength
73ED2DA2 F9410E0A

Lots of Experience:
734B5E2E AF70073B

Though for both I'm getting weird results. I run them through ARCrypt, convert them, and I get:

[Cress Str 500:]
ON=03080A80,01F4
[Experience:]
ON=020B3644,0098967F

And according to Diablo's instructions, they should end up like this:

[Cress Str 500:]
ON=80A80,01,F4
[Experience:]
ON=B3644,00,98,96,7F

Right?
Game boots up okay, but then the experience code just doesn't work (although it seems to work on a real AR), and the strength code ends up with a value of 4224. It's way too high for the game and I end up not being able to do damage. I'm okay if the exp code doesn't work, but it's kind of strange that the strength one doesn't work since the value should end up as 500..and not 4224. Anyone have any ideas? Tips? Corrections?

Thanks in advance.

edit:
I ended up moving the

[Cress Str 500:]
ON=80A80,01,F4

over 1 address to

[Cress Str 500:]
ON=80A81,F4

and regardless of the value i put in (instead of F4), it comes out to 275 strength. Weird.
O

Kudaku

Where did you get the original codes from?

charachu

O