..:: PCSX2 Forums ::..

Full Version: GT4 pnach code issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so far the code i have work and dont work at the same time and im at my ropes end trying to figure out what i did wrong

this is my current pnach
Code:
gametitle=Gran Turismo 4 NTSC U/C SCUS97328
//skip videos
patch=1,EE,00100d84,word,24100001

//Freeze Timer
patch=1,EE,E006FEFF,extended,0086F99C
patch=1,EE,200C2000,extended,8CA40718
patch=1,EE,200C2004,extended,00830818
patch=1,EE,200C2008,extended,AC41F898
patch=1,EE,200C200C,extended,080D5E04
patch=1,EE,200C2010,extended,8C42F898
patch=1,EE,20357808,extended,08030800
patch=1,EE,D086F99C,extended,0000FDFF
patch=1,EE,20357808,extended,8C42F898

//Infinite Fuel
patch=1,EE,200C20D0,extended,C48005D0
patch=1,EE,200C20D4,extended,03E00008
patch=1,EE,200C20D8,extended,E48005D4
patch=1,EE,2039E5EC,extended,0C030834

//Infinite Nitrous
patch=1,EE,20354C38,extended,3C01461C
patch=1,EE,20354C3C,extended,34214000
patch=1,EE,20354C4C,extended,E46204E0

//All Cars Are Free
patch=1,EE,201639F8,extended,24100000
patch=1,EE,2043AFD0,extended,0002282D
patch=1,EE,204489A4,extended,24020000

//All Tune Shop Parts Are Free
patch=1,EE,201639F8,extended,24100000
patch=1,EE,2043AFD0,extended,0002282D

//All Gold B License
//patch=1,EE,40A205F4,extended,00100001
//patch=1,EE,0000F991,extended,00000000
patch=1,EE,20A323A8,extended,0000F991

//All Gold A License
//patch=1,EE,40A20634,extended,00100001
//patch=1,EE,0000F991,extended,00000000
patch=1,EE,20A323AC,extended,0000F991

//All Gold IB License
//patch=1,EE,40A20674,extended,00100001
//patch=1,EE,0000F991,extended,00000000
patch=1,EE,20A323B0,extended,0000F991

//All Gold IA License
//patch=1,EE,40A206B4,extended,00100001
//patch=1,EE,0000F991,extended,00000000
patch=1,EE,20A323B4,extended,0000F991

//All Gold S License
//patch=1,EE,40A206F4,extended,00100001
//patch=1,EE,0000F991,extended,00000000
patch=1,EE,20A323B8,extended,0000F991

the license codes and freeze timer do not work
now i know they wont work due to them being outside of the memory block of the emulator but every time i convert the codes to raw, thats what they come out to for some reason (all converted from gameshark)

i could care less bout the freeze timer, i just want my license codes working