FFX PAL cheat help
#11
(06-23-2014, 05:15 PM)Saiki Wrote: from my own guide:
"NTSC U/C + 31F0 = PAL"
"NTSC U/C + 2E70 = ITL"

You are familiar with such conversions. Smile
Reply

Sponsored links

#12
I figured them out on my own
Reply
#13
Hmm, tried them as you posted them but they still didn't seem to work. I'm thinking I may end up having to abuse state saves or else just item edit the goods into my inventory.

Hmm, speaking of code twink. Their code for the butterfly game is different again. So to convert it to pal I just add 31F0 to the first half of each line?
Reply
#14
you should read my code conversion guide..
Reply
#15
I did read it. It makes it sounds simple to do. Nothing has yet worked though sadly. I've tried converting the codes on codetwink and even tried converting ones from a US pnach on here but it doesn't seem to want to work. I'm starting to think that I am doomed in this.
Reply
#16
if you read it and it didn't work, you did something wrong, start over again
Reply
#17
Here are US codes I found them out myself.

Try PAL codes below. I recommend that these codes will be enabled while each event.

Code:
// US Version (Just FYI)

//======================================================================
// Timer of Butterfly Hunting
//
// Repeating from 0:0:9 to 0 after reached at 0:0:0
//======================================================================
// Center
patch=1,EE,10BC4728,extended,00000096

// North
patch=1,EE,10BA85B8,extended,00000096


//======================================================================
// Timer of Chocobo Race
//
// Always 0:0:0
//======================================================================
patch=1,EE,10BDB100,extended,00000000


//======================================================================
// Counters of Chocobo Race
//======================================================================
// Ballons - Tidus   : 99
patch=1,EE,00BDB123,extended,00000063

// Ballons - Trainer : 00
patch=1,EE,00BDB124,extended,00000000

// Birds - Tidus   : 00
patch=1,EE,00BDB125,extended,00000000

// Birds - Trainer : 99
patch=1,EE,00BDB126,extended,00000063



Code:
// PAL Version (US Version + 31F0)

//======================================================================
// Timer of Butterfly Hunting
//
// Repeating from 0:0:9 to 0 after reached at 0:0:0
//======================================================================
// Center
patch=1,EE,10BC7918,extended,00000096

// North
patch=1,EE,10BAB7A8,extended,00000096


//======================================================================
// Timer of Chocobo Race
//
// Always 0:0:0
//======================================================================
patch=1,EE,10BDE2F0,extended,00000000


//======================================================================
// Counters of Chocobo Race
//======================================================================
// Ballons - Tidus   : 99
patch=1,EE,00BDE313,extended,00000063

// Ballons - Trainer : 00
patch=1,EE,00BDE314,extended,00000000

// Birds - Tidus   : 00
patch=1,EE,00BDE315,extended,00000000

// Birds - Trainer : 99
patch=1,EE,00BDE316,extended,00000063

Edit: I forgot to notify. Timer of Butterfly Hunting codes will continue 5 seconds after disabled the cheats.
Reply
#18
Cool, I'll try them out. Thanks loads.
Reply




Users browsing this thread: 1 Guest(s)