100% found this document useful (1 vote)
438 views

Pinach ff12

The document contains code patches for the game Final Fantasy XII that modify gameplay mechanics such as increasing experience and license point gains after battles, ensuring status effects always activate, breaking damage limits, guaranteeing successful steal rates, and other changes to make the game easier. It modifies values at specific memory addresses to apply the changes.

Uploaded by

Donny Bachtiar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
438 views

Pinach ff12

The document contains code patches for the game Final Fantasy XII that modify gameplay mechanics such as increasing experience and license point gains after battles, ensuring status effects always activate, breaking damage limits, guaranteeing successful steal rates, and other changes to make the game easier. It modifies values at specific memory addresses to apply the changes.

Uploaded by

Donny Bachtiar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

gametitle=Final Fantasy XII [SLUS_209.

63] (U)
comment=patches by Jlagreen

comment=Max LP Gained (After Battle)


//patch=1,EE,202EC6BC,word,00000000

comment=Max Exp Gained (After Battle)


//patch=1,EE,202EC698,word,00000000

comment=32x Exp Gained (After Battle)


//patch=1,EE,203B3D34,word,00000000
//patch=1,EE,203B3EE4,word,0002A940

comment=16x Exp Gained (After Battle)


//patch=1,EE,203B3D34,word,00000000
//patch=1,EE,203B3EE4,word,0002A938

comment=8x Exp Gained (After Battle)


//patch=1,EE,203B3D34,word,00000000
//patch=1,EE,203B3EE4,word,0002A8C0

comment=4x Exp Gained (After Battle)


patch=1,EE,203B3D34,word,00000000
patch=1,EE,203B3EE4,word,0002A880

comment=2x Exp Gained (After Battle)


//patch=1,EE,203B3D34,word,00000000
//patch=1,EE,203B3EE4,word,0002A840

comment=32x LP Gained (After Battle)


//patch=1,EE,203B404C,word,00031140
//patch=1,EE,203B4054,word,00031140

comment=16x LP Gained (After Battle)


//patch=1,EE,203B404C,word,00031138
//patch=1,EE,203B4054,word,00031138

comment=8x LP Gained (After Battle)


//patch=1,EE,203B404C,word,000310C0
//patch=1,EE,203B4054,word,000310C0

comment=4x LP Gained (After Battle)


//patch=1,EE,203B404C,word,00031080
//patch=1,EE,203B4054,word,00031080

comment=2x LP Gained (After Battle)


patch=1,EE,203B404C,word,00031040
patch=1,EE,203B4054,word,00031040

//comment=Enemies Drop More Loot


patch=1,EE,202EC810,word,00000000
patch=1,EE,203162A8,word,00000000
patch=1,EE,203162F0,word,109E0004
patch=1,EE,20316314,word,109E0004

//Protect, Shell, Libra, bravery, Faith, Haste and Regen always on


//comment=Vaan codes all good status
patch=1,EE,2054A144,word,567c0000
//comment=Ashe codes all good status
patch=1,EE,2054A308,word,567c0000

//comment=Fran codes all good status


patch=1,EE,2054A4CC,word,567c0000

//comment=Baltier codes all good status


patch=1,EE,2054A690,word,567c0000

//comment=Penelo codes all good status


patch=1,EE,2054AA18,word,567c0000

//comment=Bash codes all good status


patch=1,EE,2054A854,word,547c0000

//comment=all gambits
patch=1,EE,2054EF80,word,FFFFFFFF
patch=1,EE,2054EF84,word,FFFFFFFF
patch=1,EE,2054EF88,word,FFFFFFFF
patch=1,EE,2054EF8C,word,FFFFFFFF
patch=1,EE,2054EF90,word,FFFFFFFF
patch=1,EE,2054EF94,word,FFFFFFFF
patch=1,EE,2054EF98,word,FFFFFFFF
patch=1,EE,2054EF9C,word,000000FF

//comment=chocobo infinite time and sprints


patch=1,EE,203018D0,word,3C01461C
patch=1,EE,203019B0,word,26040000

//comment=Break Damage Limit for 9999+ Damage


patch=1,EE,203C5AB8,word,10000003
patch=1,EE,203C6204,word,10000003
patch=1,EE,203C6254,word,10000003
patch=1,EE,203C65DC,word,10000003
patch=1,EE,203C685C,word,10000003
patch=1,EE,203C6994,word,10000003
patch=1,EE,203C6A08,word,10000003
patch=1,EE,203C73CC,word,10000003
patch=1,EE,203C7674,word,50000004

//comment=100% Successful Steal Rate Always On


patch=1,EE,203CB680,word,00000000
patch=1,EE,203CB6A8,word,00000000
patch=1,EE,203CB6E8,word,00000000
patch=1,EE,203CB724,word,00000000

//Have All Treasure Chests = Their Rarest Loot/Items/etc.


patch=1,EE,203B7888,word,2A020000
patch=1,EE,203B78A0,word,2A020000
patch=1,EE,203B77F8,word,10000019

//Quick Chain-Level Gain Always On


//patch=1,EE,20316070,word,24420019

//Sell 1 item to get 99 of it


patch=1,EE,202F0048,word,24060062

//Quick Chain-Level Gain Always On


patch=1,EE,2030C6C4,word,AEB5070C
patch=1,EE,2030C6C8,word,AE150030

You might also like