|
PCSX2 team member
Join Date: Jul 2003
Location: Germany
Posts: 821
|
Cheats/hacks as requested:
Note:
the KH health cheats made by any professional never worked properly.
Try "skip sceGsExecStoreImage" if PCSX2 is stuck somewhere.
Code:
gametitle=Kingdom Hearts German [SCES 50969] (G)
comment=patches by Nachbrenner
fastmemory
//PAL2NTSC
patch=0,EE,0025FFC0,word,24120002
//Size modifier
// default = 1 (3f800000)
// max = 5 (40a00000)
//patch=0,EE,001243BC,word,3c0140a0
//Hypermode
// default = 1.2 (3f999999)
// max =5 (40a00000)
//patch=0,EE,0011007c,word,3c013fc0 //hi
//patch=0,EE,00110080,word,34210000 //lo
//Mehr GIL durch Einkaufen
patch=0,EE,001ed9c4,word,00641821
//Unendlich Zeit im Kolosseum
patch=0,EE,00111E00,word,00000000
//Drücke Start für Speichermenü
//patch=0,EE,00488320,word,001145C8
//Drücke Start für Speichermenü (Im Kolosseum)
//patch=0,EE,0048832C,word,001145C8
//patch=0,EE,00488310,word,001145C8
//skip sceGsExecStoreImage
//patch=0,EE,00260fc0,word,03e00008
//patch=0,EE,00260fc4,word,00000000
Code:
gametitle=Final Fantasy X Deutsch [SCES 50492] (G)
comment=patches by Nachbrenner, CMX and bongsan
//PAL2NTSC
patch=0,EE,002D98E0,word,24120002
//Skip Videos
patch=0,EE,0015d1c0,word,100000b2
// use following hacks only, if you experienced crash
// remove leading slashes to enable
//
//fix DMA error: 0c0f0f00 - ipu1dma NULL!
// patch=0,EE,0015ff68,word,00000000
//Skip sceGsExecStoreImage to pass ecstasy tech
// patch=0,EE,002dadd8,word,03e00008
// patch=0,EE,002daddc,word,00000000
//fix sceDmaSend
// patch=0,EE,002dbacc,word,00000000
// patch=0,EE,002dbab8,word,00000000
//benutze amerikanische Spielstände (use american savegames)
// patch=0,EE,0024144c,word,24a56e60
//
//cheats ported from CMX' US codes
//Max GIL
patch=0,EE,201BE554,word,ACA3D218
//Max HP
patch=0,EE,201C97B8,word,2402270F
patch=0,EE,201C97BC,word,AC620290
//Max MP
patch=0,EE,201C97CC,word,2402270F
patch=0,EE,201C97D0,word,AC620294
//No random battles
patch=0,EE,001be880,byte,00
patch=0,EE,001bf2bc,byte,00
//Hypermode alternate (credits to bongsan for original code)
patch=0,EE,001164d0,word,3c0142a0
|