Quote:
Originally Posted by Skully
So could someone actually post a copy of the hypermode version??
|
Select your region and convert fp to hex
Code:
gametitel=Kingdom Hearts
//Hypermode G,I,F
// default = 1.2 (3f999999)
// max =5 (40a00000)
patch=0,EE,0011007c,word,3c01xxxx // most significant halfword
patch=0,EE,00110080,word,3421yyyy // least significant halfword
//Hypermode E
// default = 1.2 (3f999999)
// max =5 (40a00000)
patch=0,EE,00110074,word,3c01xxxx // most significant halfword
patch=0,EE,00110078,word,3421yyyy // least significant halfword
//Hypermode U
// default = 1 (3f800000)
// max = 5 (40a00000)
patch=0,EE,0010fe4c,word,3c01xxxx // most significant halfword
Handle with care!
This is just a fun code and you will fail to load next scene with that activated!
If you have no idea what i'm talking about, don't even try to use it!