Final Fantasy 3 (US/SNES), Final Fantasy 6 (JP/SFC), Final Fantasy 6 Advance (US,JP,EU/GBA) Backwards Jump Glitch fix patch CONTENTS: FF3-BackwardsJump-H0.ips: The fix patch for a headered SNES v1.0 ROM file. Apply to fix the Backwards Jump Glitch. FF3-BackwardsJump-HR0.ips: The reverse patch for a headered SNES v1.0 ROM file. Apply to reverse all changes made by the previous patch. FF3-BackwardsJump-HR0-old.ips: The old reverse patch for a headered SNES v1.0 ROM file. Apply to reverse all changes made by previous versions of this patch. FF3-BackwardsJump-N0.ips: The fix patch for a non-headered SNES v1.0 ROM file. Apply to fix the Backwards Jump Glitch. FF3-BackwardsJump-NR0.ips: The reverse patch for a non-headered SNES v1.0 ROM file. Apply to reverse all changes made by the previous patch. FF3-BackwardsJump-NR0-old.ips: The old reverse patch for a non-headered SNES v1.0 ROM file. Apply to reverse all changes made by previous versions of this patch. FF3-BackwardsJump-H1.ips: The fix patch for a headered SNES v1.1 ROM file. Apply to fix the Backwards Jump Glitch. FF3-BackwardsJump-HR1.ips: The reverse patch for a headered SNES v1.1 ROM file. Apply to reverse all changes made by the previous patch. FF3-BackwardsJump-HR1-old.ips: The old reverse patch for a headered SNES v1.1 ROM file. Apply to reverse all changes made by previous versions of this patch. FF3-BackwardsJump-N1.ips: The fix patch for a non-headered SNES v1.1 ROM file. Apply to fix the Backwards Jump Glitch. FF3-BackwardsJump-NR1.ips: The reverse patch for a non-headered SNES v1.1 ROM file. Apply to reverse all changes made by the previous patch. FF3-BackwardsJump-NR1-old.ips: The old reverse patch for a non-headered SNES v1.1 ROM file. Apply to reverse all changes made by previous versions of this patch. FF6-BackwardsJump-H.ips: The fix patch for a headered SFC ROM file. Apply to fix the Backwards Jump Glitch. FF6-BackwardsJump-HR.ips: The reverse patch for a headered SFC ROM file. Apply to reverse all changes made by the previous patch. FF6-BackwardsJump-HR-old.ips: The old reverse patch for a headered SFC ROM file. Apply to reverse all changes made by previous versions of this patch. FF6-BackwardsJump-N.ips: The fix patch for a non-headered SFC ROM file. Apply to fix the Backwards Jump Glitch. FF6-BackwardsJump-NR.ips: The reverse patch for a non-headered SFC ROM file. Apply to reverse all changes made by the previous patch. FF6-BackwardsJump-NR-old.ips: The old reverse patch for a non-headered SFC ROM file. Apply to reverse all changes made by previous versions of this patch. FF6A-BackwardsJump-U.ips: The fix patch for a US GBA ROM file. Apply to fix the Backwards Jump Glitch. FF6A-BackwardsJump-UR.ips: The reverse patch for a US GBA ROM file. Apply to reverse all changes made by the previous patch. FF6A-BackwardsJump-J.ips: The fix patch for a Japanese GBA ROM file. Apply to fix the Backwards Jump Glitch. FF6A-BackwardsJump-JR.ips: The reverse patch for a Japanese GBA ROM file. Apply to reverse all changes made by the previous patch. FF6A-BackwardsJump-E.ips: The fix patch for a European GBA ROM file. Apply to fix the Backwards Jump Glitch. FF6A-BackwardsJump-ER.ips: The reverse patch for a European GBA ROM file. Apply to reverse all changes made by the previous patch. readme.txt: This file. Backwards Jump.asm: An assembly format index of the code changes. Backwards Jump.rtf: A text format index of the code changes. AFFECTED AREAS: SNES v1.0: C1/3523-C1/3534, C1/353A-C1/3548 SNES v1.1: C1/3520-C1/3531, C1/3537-C1/3545 SFC: C1/34FB-C1/350C, C1/3512-C1/3520 GBA US: 08149D14-08149D3B GBA JP: 0814A474-0814A49B GBA EU: 0814B9E4-0814BA0B URGENCY: Varies. The glitches fixed by this patch are purely graphical and don't affect gameplay, but you may still prefer them fixed. PURPOSE: In battle, if you hold L and R at the same time, your characters will attempt to run. If one of your characters Jumps while trying to run, they will appear to still be trying to run away while Jumping. This patch fixes the graphics code so your character can focus on Jumping and not on running away. In addition, this patch also fixes a glitch where Terra will not appear to run away while in her Esper form, while a Frozen character somehow will try to run. VERSION HISTORY: v1.3 (July 20, 2017): Added the GBA patches. v1.2 (November 12, 2015): Fixed an issue that made this patch not work on certain characters, and at certain times the wrong party member would stop running. The breadth of the fix has also been greatly reduced, necessitating an "old" reverse patch. v1.1 (August 16, 2015): Fixed a crash issue that occurred when trying to run away. v1.0 (August 15, 2015): Initial release.