mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-13 12:36:41 +00:00
9c9769c380
This means you can put your cheats in "\cheats\*.pnach" and pcsx2 will read them from there. Notes: I have included some persona 4 cheats as an example in this commit... Also note that currently the "Enable Patches" menu item also pertains to cheats (as well as database file patches). I will add a separate "Enable Cheats" menu item in the future... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3030 96395faa-99c1-11dd-bbfe-3dabce05a288
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
comment=Persona 4 Cheats
|
|
|
|
// Max Courage
|
|
//patch=1,EE,007973F4,word,000000FF
|
|
|
|
// Inf Money
|
|
//patch=1,EE,2079B68C,word,05F5E0FF
|
|
|
|
// Inf Health
|
|
patch=1,EE,207973CC,word,000003E7
|
|
patch=1,EE,007973CC,word,000003E7
|
|
|
|
// Inf Spirit
|
|
patch=1,EE,207973CE,word,000003E7
|
|
patch=1,EE,007973CE,word,000003E7
|