Download Ultimate Damage Fix ROM Hack

Ultimate Damage Fix Game
Spread the love:
Parameter Info
Console: SNES
Original Game: Final Fantasy III
Type: Bug Fix
Genre: Role Playing
Modifications: GP
Creator: Leet Sketcher
Date Created: 02/03/2017
Last Modified: 02/05/2017
Parameter Info
File Name: Ultimate_Damage.zip
Downloads: 1
Requirements: Header (SNES)
Version: 1.4
Rating:

Ultimate Damage FixDescription

Don’t think this is gonna be a 100% Gold Remake, it’ll have its differences. Extra battles (some’ll be optionals, tough but rewarding), Hoenn Pokemon (in every area, and hard to find) New areas, Remapped some dungeons (so your old guides wont work) , Extra recurring characters (some’ll hate you, some’ll help you)

Note that the hack is incomplete but feel free to enjoy the hack as-is.

Ultimate Damage FixRead Me

Final Fantasy 3 (US/SNES), Final Fantasy 6 (JP/SFC)
Ultimate Damage Fix patch

CONTENTS:
FF3-UltimateDamage-H.ips: The fix patch for a headered SNES ROM file. Apply to fix the damage algorithm.
FF3-UltimateDamage-HR.ips: The reverse patch for a headered SNES ROM file. Apply to reverse all changes made by the previous patch.
FF3-UltimateDamage-N.ips: The fix patch for a non-headered SNES ROM file. Apply to fix the damage algorithm.
FF3-UltimateDamage-NR.ips: The reverse patch for a non-headered SNES ROM file. Apply to reverse all changes made by the previous patch.
FF6-UltimateDamage-H.ips: The fix patch for a headered SFC ROM file. Apply to fix the damage algorithm.
FF6-UltimateDamage-HR.ips: The reverse patch for a headered SFC ROM file. Apply to reverse all changes made by the previous patch.
FF6-UltimateDamage-N.ips: The fix patch for a non-headered SFC ROM file. Apply to fix the damage algorithm.
FF6-UltimateDamage-NR.ips: The reverse patch for a non-headered SFC ROM file. Apply to reverse all changes made by the previous patch.
readme.txt: This file.
Ultimate Damage.asm: An assembly format index of code changes.
Ultimate Damage-Fixed.rtf: A text format index of the new code.
Ultimate Damage-Original.rtf: A text format index of the old code.

ALL PATCHES WORK ON VERSION 1.0 OR 1.1.

URGENCY:
Extreme! Completely necessary! Everyone needs this patch now! Apply it immediately!

PURPOSE:
There are three problems with the algorithm used by the game to calculate attack damage. The first and second problems result from overflows in physical and magical damage calculation. These damages are based on factors such as Level, MagPwr, spell power, battle power and Vigor, and if these factors are all exceptionally high, the resulting damage value will be greater than 65,535, which is the highest possible 16-bit number. As a result, the damage algorithm will return the calculated result minus all multiples of 65,536, possibly resulting in a very small amount of damage. This patch corrects all overflow by capping the damage firmly at 65,535.

The third problem occurs when a character with Genji Glove and/or Offering equipped uses a physical attack that does not use that character's equipped weapon(s); for example, Sabin's Pummel. The relics are supposed to apply a reduction of damage whenever the weapons are used, but instead they reduce damage from ALL physical attacks. This patch ensures that damage reduction from these relics will not occur unless the attack used is Fight or Capture.

VERSION HISTORY:
v1.4 (February 2, 2017): Corrected the rounding of the Gauntlet multiplication.

v1.3 (November 12, 2015): Fixed a calculation error involving the Gauntlet multiplication.

v1.2 (November 11, 2015): Slight optimization.

v1.1 (July 21, 2015): Optimized to no longer use any free space.

v1.0 (July 20, 2015): Initial release.