..:: PCSX2 Forums ::..

Full Version: persona 3 fes cheat help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have been going back and forth trying to make the codebreaker codes work but so far no luck

codes from
http://www.supercheats.com/playstation2/...3codes.htm

Max Courage
1080C664 000003E7

Always in Great condition
2016BB64 24130002
2016BDD0 2405001F

S.Link does not reverse
2016F9EC 10000012

Always "shuffle time" after the battle
20290A68 00000000


what i have been doing so far

using CB 7+ input
Code:
gametitle= Shin Megami Tensei - Persona 3 FES (NTSC-U) [SLUS-21621]
comment=fatigue
//fatigue
patch=1,EE,E9B34DA2,extended,453367F7
patch=1,EE,93FCD440,extended,2195AAA0

comment=no reverse s.link
//no reverse s.link
patch=1,EE,085150EF,extended,D3692E50

comment=courage
//courage
patch=1,EE,76A73CF7,extended,279DF33D

comment=shuffle
//shuffle
patch=1,EE,64B9F090,extended,634348A6

input CB 1+
Code:
gametitle= Shin Megami Tensei - Persona 3 FES (NTSC-U) [SLUS-21621]
comment=fatigue
//fatigue
patch=1,EE,2A9997A5,extended,24130002
patch=1,EE,2A9F4BA5,extended,2405001F

comment=no reverse s.link
//no reverse s.link
patch=1,EE,2ADB0FA5,extended,10000012

comment=courage
//courage
patch=1,EE,1A18744A,extended,000003E7

comment=shuffle
//shuffle
patch=1,EE,2A4A93A2,extended,00000000


CB 1+ (turning 1,2s to 0)
Code:
gametitle= Shin Megami Tensei - Persona 3 FES (NTSC-U) [SLUS-21621]
comment=fatigue
//fatigue
patch=1,EE,0A9997A5,extended,24130002
patch=1,EE,0A9F4BA5,extended,2405001F

comment=no reverse s.link
//no reverse s.link
patch=1,EE,0ADB0FA5,extended,10000012

comment=courage
//courage
patch=1,EE,0A18744A,extended,000003E7

comment=shuffle
//shuffle
patch=1,EE,0A4A93A2,extended,00000000


replaced extended with word
Code:
gametitle= Shin Megami Tensei - Persona 3 FES (NTSC-U) [SLUS-21621]
comment=fatigue
//fatigue
patch=1,EE,0A9997A5,word,24130002
patch=1,EE,0A9F4BA5,word,2405001F

comment=no reverse s.link
//no reverse s.link
patch=1,EE,0ADB0FA5,word,10000012

comment=courage
//courage
patch=1,EE,0A18744A,word,000003E7

comment=shuffle
//shuffle
patch=1,EE,0A4A93A2,word,00000000


so far no max courage, i always dont get shuffle after battle
but i havnt tested fatigue and negative s.link yet
I think one of your problems is your wrong use of the cheat.

The first number in 0A9997A5 is 0, so if using "extended", it will read address 2A9997A5 instead and patch it as byte-length. If it were 1A9997A5, it would patch 2A9997A5 as short-length and if were 2A9997A5, as word-length.

So since you are not using extended in the final example, it will try to patch addresses out of the game's memory range, resulting in errors.

----

Apart from all that, the memory range is 20000000-21C00000, so anythings before or after that is NOT affecting the game's data. Even if you were to fix the mess you made in those examples of yours, they still wouldn't work.

But the codes on that page you linked ARE raw. No need to convert them. Just.. fix the addresses up Tongue
the site says gameshark codes so i kept converting it... its fix now and everything works thx
For CB/GS/XP
All of those support raw codes and those codes(from the link)are raw already
CodeBreaker only support RAW and CodeBreaker encrypted codes
GameShark support RAW and don't support codebreaker codes.
X-Ploder support RAW codes and don't support codebreaker codes.

So as you can see the codes from the link can't be anything but raw codes
(06-12-2013, 03:20 PM)bookx Wrote: [ -> ]the site says gameshark codes so i kept converting it... its fix now and everything works thx

Would u post the latest result where all of them worked?
The most recent post in this thread is more than 8 months old. Please create a new thread and refrain from posting in threads older than 8 months in the future. Please also review the forum rules. Thank you.