..:: PCSX2 Forums ::..

Full Version: Final Fantasy X unhandled or unrecoverable exception
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I just wanted to play Final Fantasy again and I was trying to use some codes for example Max HP or Gil. But as soon as I start the game i get the following window:

[Image: error.jpg]

I am sure that I have the right game with the right SCES-Code. And the game does work without codes just fine. As for the codes here are 2 of them:

Code:
//Max GIL
patch=0,EE,201BE554,word,ACA3D218
//Max HP
patch=0,EE,201C97B8,word,2402270F
patch=0,EE,201C97BC,word,AC620290

I hope someone knows what to do.

Thanks in advance
flash.killer
I think what you must do is change the 2xxxxxxx adress to 0xxxxxxx

so try this, but I'm not sure if it'll work Tongue

Code:
//Max GIL
patch=0,EE,001BE554,word,ACA3D218
//Max HP
patch=0,EE,001C97B8,word,2402270F
patch=0,EE,001C97BC,word,AC620290
If you can't get that to work, use my program:
http://forums.pcsx2.net/thread-8937.html

It will easily allow you to edit those things.
Thanks that did the job.
And also thanks for the savegame editor.