..:: PCSX2 Forums ::..

Full Version: Post your PCSX2 cheats-patches here!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490
this is what I have on patch differences, I just never got around to converting them, maybe this will help you:

Code:
FFX Money values:
NTSC U/C: 0031A028
PAL-E: 0031D218

31F0 -dif (PAL is higher)

NTSC U/C + 31f0 = PAL?
it requires some hex math, but the windows calculator can do that.

(please note that these were personal notes, I have merely extended the refferences)
Working battlecodes added, some item codes too. Most of these codes are disabled by default, just open the file with notepad and remove the "//" (infront of the patch=1) from the codes you want.

Code:
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]
comment=GJohnny

//=========Character Codes=========

//== Tidus ==
//Max HP
patch=1,EE,0031EAC0,short,0000270F

//Max MP
patch=1,EE,0031EAC4,short,000003E7

//Max Sphere Level
patch=1,EE,0031EAD7,byte,000000FF

//Max Stats
//patch=1,EE,0031EACB,byte,000000FF
//patch=1,EE,0031EACC,word,FFFFFFFF
//patch=1,EE,0031EAD0,short,0000FFFF
//patch=1,EE,0031EAD2,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031EADA,short,0000FFFF
//patch=1,EE,0031EADC,word,FFFFFFFF
//patch=1,EE,0031EAE0,word,FFFFFFFF
//patch=1,EE,0031EAE4,short,0000FFFF

//== Yuna ==
//Max HP
patch=1,EE,0031EB54,short,0000270F

//Max MP
patch=1,EE,0031EB58,short,000003E7

//Max Sphere Level
patch=1,EE,0031EB6B,byte,000000FF

//Max Stats
//patch=1,EE,0031EB5F,byte,000000FF
//patch=1,EE,0031EB60,word,FFFFFFFF
//patch=1,EE,0031EB62,short,0000FFFF
//patch=1,EE,0031EB63,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031EB6E,short,0000FFFF
//patch=1,EE,0031EB70,word,FFFFFFFF
//patch=1,EE,0031EB74,word,FFFFFFFF
//patch=1,EE,0031EB78,short,0000FFFF

//== Auron ==
//Max HP
patch=1,EE,0031EBE8,short,0000270F

//Max MP
patch=1,EE,0031EBEC,short,000003E7

//Max Sphere Level
patch=1,EE,0031EBFF,byte,000000FF

//Max Stats
//patch=1,EE,0031EBF3,byte,000000FF
//patch=1,EE,0031EBF4,word,FFFFFFFF
//patch=1,EE,0031EBF8,short,0000FFFF
//patch=1,EE,0031EBFA,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031EC02,short,0000FFFF
//patch=1,EE,0031EC04,word,FFFFFFFF
//patch=1,EE,0031EC08,word,FFFFFFFF
//patch=1,EE,0031EC0A,short,0000FFFF

//== Kimarhi ==
//Max HP
patch=1,EE,0031EC7C,short,0000270F

//Max MP
patch=1,EE,0031EC80,short,000003E7

//Max Sphere Level
patch=1,EE,0031EC93,byte,000000FF

//Max Stats
//patch=1,EE,0031EC87,byte,000000FF
//patch=1,EE,0031EC88,word,FFFFFFFF
//patch=1,EE,0031EC8C,short,0000FFFF
//patch=1,EE,0031EC8E,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031EC96,short,0000FFFF
//patch=1,EE,0031EC98,word,FFFFFFFF
//patch=1,EE,0031EC9C,word,FFFFFFFF
//patch=1,EE,0031ECA0,short,0000FFFF

//== Wakka ==
//Max HP
patch=1,EE,0031ED10,short,0000270F

//Max MP
patch=1,EE,0031ED14,short,000003E7

//Max Sphere Level
patch=1,EE,0031ED27,byte,000000FF

//Max Stats
//patch=1,EE,0031ED1B,byte,000000FF
//patch=1,EE,0031ED1C,word,FFFFFFFF
//patch=1,EE,0031ED20,short,0000FFFF
//patch=1,EE,0031ED22,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031ED2A,short,0000FFFF
//patch=1,EE,0031ED2C,word,FFFFFFFF
//patch=1,EE,0031ED30,word,FFFFFFFF
//patch=1,EE,0031ED34,short,0000FFFF

//== Lulu ==
//Max HP
patch=1,EE,0031EDA4,short,0000270F

//Max MP
patch=1,EE,0031EDA8,short,000003E7

//Max Sphere Level
patch=1,EE,0031EDBB,byte,000000FF

//Max Stats
//patch=1,EE,0031EDAF,byte,000000FF
//patch=1,EE,0031EDB0,word,FFFFFFFF
//patch=1,EE,0031EDB4,short,0000FFFF
//patch=1,EE,0031EDB6,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031EDBE,short,0000FFFF
//patch=1,EE,0031EDC0,word,FFFFFFFF
//patch=1,EE,0031EDC4,word,FFFFFFFF
//patch=1,EE,0031EDC8,short,0000FFFF

//== Rikku ==
//Max HP
patch=1,EE,0031EE38,short,0000270F

//Max MP
patch=1,EE,0031EE3C,short,000003E7

//Max Sphere Level
patch=1,EE,0031EE4F,byte,000000FF

//Max Stats
//patch=1,EE,0031EE43,byte,000000FF
//patch=1,EE,0031EE44,word,FFFFFFFF
//patch=1,EE,0031EE48,short,0000FFFF
//patch=1,EE,0031EE4A,byte,000000FF

//All Skills, Specials, WM and BM.
//patch=1,EE,0031EE52,short,0000FFFF
//patch=1,EE,0031EE54,word,FFFFFFFF
//patch=1,EE,0031EE58,word,FFFFFFFF
//patch=1,EE,0031EE5C,short,0000FFFF

//=========Blitzball Codes=========

//Always Win
//patch=1,EE,0031AB0E,byte,00000063
//patch=1,EE,0031AB71,byte,00000063
//patch=1,EE,0031AB0F,byte,00000000

//Tidus - 5 Tech Slots
patch=1,EE,0031AA4E,byte,00000005

//Tidus - All Tech Abilities
patch=1,EE,003176BC,word,FFFFFFFF
patch=1,EE,003177AC,word,FFFFFFFF

//Tidus - Max Level
//patch=1,EE,0031AA8A,byte,000000FF

//Tidus - Max EXP
//patch=1,EE,0031AC24,short,0000270F

//=========Item Codes=========

//These will put 99 of said item in said slot
//Make sure there's nothing already in the slot
//otherwise it will be gone forever.

//Elixer - Slot 9
patch=1,EE,0031D3AC,short,00002008
patch=1,EE,0031D5A4,byte,00000063

//Megalixer - Slot 10
patch=1,EE,0031D3AE,short,00002009
patch=1,EE,0031D5A5,byte,00000063

//Mega Phoenix - Slot 8
patch=1,EE,0031D3AA,short,00002007
patch=1,EE,0031D5A3,byte,00000063

//Remedy - Slot 4
patch=1,EE,0031D3BA,short,0000200F
patch=1,EE,0031D5AB,byte,00000063

//Master Sphere - Slot 81
patch=1,EE,0031D43C,short,00002050
patch=1,EE,0031D5EC,byte,00000063

//=========Misc Codes=========

//Fully Translated Al-Bhed
patch=1,EE,0031D1E0,word,03FFFFFF

//All Normal Overdrives
//patch=1,EE,0031D23C,word,FFFFFFFF
//patch=1,EE,0031D240,word,FFFFFFFF
//patch=1,EE,0031D244,word,FFFFFFFF

//Have All Key Items
//patch=1,EE,0031D95C,word,FFFFFFFF
//patch=1,EE,0031D960,word,000FFFFB
//patch=1,EE,0031983C,short,00000101

//Inf. Gil
patch=1,EE,0031D218,word,05F5BABE

//No Random Battles
//patch=1,EE,003173F7,word,00000000

//Have all Summons (This may cause instability or weirdness)
//patch=1,EE,201BDAE0,word,26300000
//patch=1,EE,201BDB28,word,2A220012
//DO NOT SAVE WITH THIS CODE ON!!!

EDIT: Updated, fixed battle codes and some item codes added.
(07-06-2009, 01:56 PM)GJohnny Wrote: [ -> ]
(07-06-2009, 11:01 AM)blindy Wrote: [ -> ]i was wondering if anybody had a list of codes that work with Final Fantasy X EU/Pal version, SCES_504.90, ive got a money code but everything else seems to not want to work,

Hey, I have that version, check back in about 2-3 hours and i'll have some for you, i'd be faster normally but i've gotta go take my dog out for a long walk. Happy

ok sweet, ill be looking forward to it haha
(07-06-2009, 03:43 PM)GJohnny Wrote: [ -> ]Here's a few I whipped up - I will add battle codes in the next hour or so along with item/summon codes.

Code:
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]
comment=GJohnny

//=========Blitzball Codes=========

//Always Win
//patch=1,EE,0031AB0E,byte,00000063
//patch=1,EE,0031AB71,byte,00000063
//patch=1,EE,0031AB0F,byte,00000000

//Tidus - 5 Tech Slots
//patch=1,EE,0031AA4E,byte,00000005

//Tidus - All Tech Abilities
//patch=1,EE,003176BC,word,FFFFFFFF
//patch=1,EE,003177AC,word,FFFFFFFF

//Tidus - Max Level
//patch=1,EE,0031AA8A,byte,000000FF

//Tidus - Max EXP
//patch=1,EE,0031AC24,short,0000270F

//=========Misc Codes=========

//Fully Translated Al-Bhed
patch=1,EE,0031D1E0,word,03FFFFFF

//All Normal Overdrives
patch=1,EE,0031D23C,word,FFFFFFFF
patch=1,EE,0031D240,word,FFFFFFFF
patch=1,EE,0031D244,word,FFFFFFFF

//Have All Key Items
//patch=1,EE,0031D95C,word,FFFFFFFF
//patch=1,EE,0031D960,word,000FFFFB
//patch=1,EE,0031983C,short,00000101

//Inf. Gil
patch=1,EE,0031D218,word,05F5BABE

//No Random Battles
//patch=1,EE,003173F7,word,00000000

EDIT: Removed the current battle codes from this since they were not working anyway, i'm fixing it.
thank you very much
(07-06-2009, 03:43 PM)GJohnny Wrote: [ -> ]
Code:
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]
comment=GJohnny

//=========Blitzball Codes=========

//Always Win
//patch=1,EE,0031AB0E,byte,00000063
//patch=1,EE,0031AB71,byte,00000063
//patch=1,EE,0031AB0F,byte,00000000

That's the best code for me,I hate that mini game,but I have the international version Sad
Post updated, fixed the battle codes and added more.

Quote:thank you very much
You're welcome. Smile

Quote:That's the best code for me,I hate that mini game,but I have the international version Sad

I'll see if I can make one for your version. Smile

What's the region code of your version?
(07-06-2009, 06:42 PM)GJohnny Wrote: [ -> ]Post updated, fixed the battle codes and added more.

Quote:That's the best code for me,I hate that mini game,but I have the international version Sad

I'll see if I can make one for your version. Smile

What's the region code of your version?

SLPS_250.88 CRC 658597E2

If I was able to score at least 2 goals I wold be able to create the code myself but I can't score even 1 Tongue2
(07-06-2009, 06:49 PM)vsub Wrote: [ -> ]
(07-06-2009, 06:42 PM)GJohnny Wrote: [ -> ]Post updated, fixed the battle codes and added more.

Quote:That's the best code for me,I hate that mini game,but I have the international version Sad

I'll see if I can make one for your version. Smile

What's the region code of your version?

SLPS_250.88 CRC 658597E2

If I was able to score at least 2 goals I wold be able to create the code myself but I can't score even 1 Tongue2

Hmm, well try this and see how it goes, I found this code on a japanese site and converted it so I don't know if it'll work or not.

Code:
gametitle=Final Fantasy X [SLPS 25088] (J?) [658597E2]
comment=GJohnny

//Max Points in Blitzball
patch=1,EE,0031A78E,byte,00000063
patch=1,EE,0031A7F1,byte,00000063

EDIT: If it works, there's a few other codes I found so i'll update the pnach with those aswell. Tongue
(07-06-2009, 07:04 PM)GJohnny Wrote: [ -> ]Hmm, well try this and see how it goes, I found this code on a japanese site and converted it so I don't know if it'll work or not.

Code:
gametitle=Final Fantasy X [SLPS 25088] (J?) [658597E2]
comment=GJohnny

//Max Points in Blitzball
patch=1,EE,0031A78E,byte,00000063
patch=1,EE,0031A7F1,byte,00000063

EDIT: If it works, there's a few other codes I found so i'll update the pnach with those aswell. Tongue

Ok thanks,I'll try it later because now I'm playing Star Ocean 3 on my PS2.
thx friend Newstyle for pnach Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490