..:: PCSX2 Forums ::..

Full Version: from a newbie to a pro:)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys um im sure im not so suppose to say this but am i allowed to ask questions like problems i have about my pcsx2 emulator?
if not sorry but if i can

id like to know how to get my Final Fantasy X [SLUS 20312] (U) patch working if someone who has this patch

gametitle-Final Fantasy X
comment=Sphere Levels to 50 (infinite use)
patch=1,EE,0031bc5f,byte,32
patch=1,EE,0031ba0f,byte,32
patch=1,EE,0031b8e7,byte,32
patch=1,EE,0031b97b,byte,32
patch=1,EE,0031baa3,byte,32
patch=1,EE,0031bb37,byte,32
patch=1,EE,0031bbcb,byte,32

can confirm that it works much would be appreciated thnxSmile
should be
Code:
patch=1,EE,0031bc5f,byte,00000032
assuming everything else is correct.
ok so when i add the patch do i have to have some sphere lvls?
I don't really know about the cheat specifically although I imagine you need the spheres before the path being useful.
thank you nosisab ken kelehSmile
and using byte seems unlikely, I think instead of byte u need to use extended.
Actually it would not make difference there because the values are indeed bytes and the address begins with 0.
But what I want to call to attention is the real reason I Know it's a byte field Smile
It's the addresses are all odds, shorts always are placed in multiples of two and words in multiples of 4.