..:: PCSX2 Forums ::..

Full Version: Cheat not working correctly?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been playing Kingdom Hearts (NTSC), and have found that the following cheat doesn't seem to work right:

//Infinite HP (Sora)

patch=1,EE,003F1C95,byte,000000FF

It SHOULD keep Sora from actually losing health when hit, but all it does is refill his health when I enter the pause menu...which makes it largely useless, since the pause menu can't be invoked during battle.
Can you give this one a try. Just came up with this using Cheat Engine.

Code:
//Sora Max & Infinite HP
patch=1,EE,003F1C96,extended,0000006C
patch=1,EE,00524094,extended,0000006C

This is a combination of his max HP stat, and an address that freezes his in-battle HP to that amount.

I set the max HP to 108, because anything like FF or even a bit higher over the 108 will cause the HP bar to go out of bounds. I believe the maximum legit HP you can get in KH1 is around 111. Either way, this should make it so you'll never run out of HP with Sora.
That works...kind of. I'm finding that that code sometimes applies to enemies as well as Sora.