Final Fantasy 3 (US/SNES), Final Fantasy 6 (JP/SFC), Final Fantasy 6 Advance (US,JP,EU/GBA) Half Knife Bug Fix patch CONTENTS: FF3-HalfKnife-H.ips: The fix patch for a headered SNES ROM file. Apply to fix the Half Knife Bug. FF3-HalfKnife-HR.ips: The reverse patch for a headered SNES ROM file. Apply to reverse all changes made by the previous patch. FF3-HalfKnife-N.ips: The fix patch for a non-headered SNES ROM file. Apply to fix the Half Knife Bug. FF3-HalfKnife-NR.ips: The reverse patch for a non-headered SNES ROM file. Apply to reverse all changes made by the previous patch. FF6-HalfKnife-H.ips: The fix patch for a headered SFC ROM file. Apply to fix the Half Knife Bug. FF6-HalfKnife-HR.ips: The reverse patch for a headered SFC ROM file. Apply to reverse all changes made by the previous patch. FF6-HalfKnife-N.ips: The fix patch for a non-headered SFC ROM file. Apply to fix the Half Knife Bug. FF6-HalfKnife-NR.ips: The reverse patch for a non-headered SFC ROM file. Apply to reverse all changes made by the previous patch. FF6A-HalfKnife-U.ips: The fix patch for a US GBA ROM file. Apply to fix the Half Knife Bug. FF6A-HalfKnife-UR.ips: The reverse patch for a US GBA ROM file. Apply to reverse all changes made by the previous patch. FF6A-HalfKnife-J.ips: The fix patch for a Japanese GBA ROM file. Apply to fix the Half Knife Bug. FF6A-HalfKnife-JR.ips: The reverse patch for a Japanese GBA ROM file. Apply to reverse all changes made by the previous patch. FF6A-HalfKnife-E.ips: The fix patch for a European GBA ROM file. Apply to fix the Half Knife Bug. FF6A-HalfKnife-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. Half Knife.asm: An assembly format index of the code changes. Half Knife.rtf: A text format index of the code changes. PATCH INFORMATION: SNES patches work on version 1.0 or 1.1. SFC patches work with RPGOne's translation version 1.2. AFFECTED AREAS: SNES: C2/3F54-C2/3F9E, C2/42EB-C2/42ED, C2/42F5-C2/42F9, C2/4303 SFC: C2/3F3C-C2/3F86, C2/42D3-C2/42D5, C2/42DD-C2/42E1, C2/42EB GBA US/JP: 0808A18E-0808A1DF GBA EU: 0808AB5A-0808ABAB URGENCY: Low to medium. PURPOSE: The Offering Relic allows you to use your weapon(s) four times to attack, at the cost of halving the damage inflicted. However, this isn't always the case. The ValiantKnife weapon has the ability to inflict additional damage equal to the difference between the attacker's current and max HP; while the main damage inflicted by the weapon is halved, this bonus isn't. This patch remedies that. VERSION HISTORY: v1.1 (February 25, 2018): Added an overflow check to the damage bonus algorithm. Also added GBA patches. v1.0 (May 13, 2016): Initial release.