Final Fantasy 3 (US/SNES), Final Fantasy 6 (JP/SFC), Final Fantasy 6 Advance (US,JP,EU/GBA) Shadow Copy Glitch Fix patch CONTENTS: FF3-ShadowCopy-H.ips: The fix patch for a headered SNES or SFC ROM file. Apply to fix the Shadow Copy Glitch. FF3-ShadowCopy-HR.ips: The reverse patch for a headered SNES or SFC ROM file. Apply to reverse all changes made by the previous patch. FF3-ShadowCopy-N.ips: The fix patch for a non-headered SNES or SFC ROM file. Apply to fix the Shadow Copy Glitch. FF3-ShadowCopy-NR.ips: The reverse patch for a non-headered SNES or SFC ROM file. Apply to reverse all changes made by the previous patch. FF6A-ShadowCopy-JU.ips: The fix patch for a US or Japanese GBA ROM file. Apply to fix the Shadow Copy Glitch. FF6A-ShadowCopy-JUR.ips: The reverse patch for a US or Japanese GBA ROM file. Apply to reverse all changes made by the previous patch. FF6A-ShadowCopy-E.ips: The fix patch for a European GBA ROM file. Apply to fix the Shadow Copy Glitch. FF6A-ShadowCopy-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. Shadow Copy.asm: An assembly format index of code changes. Shadow Copy.rtf: A text format index of code changes. AFFECTED AREAS: SNES/SFC: C2/0220-C2/0265 GBA US/JP: 0807781E-0807794B GBA EU: 08077F6A-08078097 PATCH INFORMATION: SNES patches work on ROM v1.0 or v1.1. URGENCY: Low. PURPOSE: If Gogo faces Shadow in the Colosseum, and he uses his Mimic command, he'll Mimic the last command that was executed, even if it was done by Shadow. This shouldn't happen because Shadow, despite being a "party member", is actually an enemy in this case. This patch stops Mimic from copying commands executed by party members acting as enemies. VERSION HISTORY: v1.1 (July 22, 2017): Added the GBA patches. v1.0 (September 16, 2016): Initial release.