If you are revisiting Spira on the PCSX2 emulator, you have likely encountered the frustration of standard North American (NTSC-U) or European (PAL) cheats failing to work. The International version of Final Fantasy X for the Japanese market (NTSC-J) contains the Dark Aeons, Penance, and the Expert Sphere Grid—features absent from the original US release. However, this version has a unique .
// --------------------------------------------------- // 2. Items & Key Items (All 99) // --------------------------------------------------- // All standard items 99 patch=1,EE,4031C200,extended,00320001 patch=1,EE,00630063,extended,00000000 // All Key Items (Activate Celestial Weapons, Airship) patch=1,EE,4031C300,extended,00260001 patch=1,EE,00630063,extended,00000000
// --------------------------------------------------- // 5. Blitzball (Instant Win / Free League) // --------------------------------------------------- // Instant Goal (Player always scores) patch=1,EE,202B2020,extended,24020001 // Max Team Level after 1 match patch=1,EE,2031BEE0,extended,0098967F If you are revisiting Spira on the PCSX2
// --------------------------------------------------- // [MASTER CODE] - Required for multi-line codes // --------------------------------------------------- patch=1,EE,FE2099FF,extended,002099FF patch=1,EE,1099FF20,extended,00000000
Last updated for PCSX2 QT v1.7. This document is designed to be copy-pasted into Google Docs for personal cloud access. // --------------------------------------------------- // 2
// --------------------------------------------------- // 1. GIL (Money) Modifier // --------------------------------------------------- // Max Gil (9,999,999) patch=1,EE,2031C064,extended,0098967F
Always keep a backup of your memcards folder. A corrupted Sphere Grid due to a bad PNACH is irreversible if you save over your file. This document is designed to be copy-pasted into
// --------------------------------------------------- // 7. Encounter Modifier // --------------------------------------------------- // No Random Encounters (Hold L2 to disable) patch=1,EE,E002FCFF,extended,005A32DB patch=1,EE,205A32DC,extended,00000000 // Always Encounters (Every step) patch=1,EE,205A32DC,extended,00000001 These are the top 3 problems users report when copying codes from shared Google Docs into PCSX2. Issue 1: "No cheats loaded" at startup Solution: Ensure your PNACH file is ANSI encoded. Do not use UTF-8 with BOM. Open the file in Notepad++, go to Encoding > Convert to ANSI . Issue 2: The game crashes when entering a shop or opening the Sphere Grid Solution: One of your codes is too aggressive. Specifically, the All Items 99 code sometimes corrupts "Key Items" required for story flags. Fix: Use the following Safe Items Only code instead: