Télécharger Shorter Skill Name Fix ROM Hack

Shorter Skill Name Fix Jeu
Partager avec des amis:
Paramètres Info
Console: SNES
Jeu Original: Final Fantasy III
Type: Bug Fix
Genre: Role Playing
Modifications: T
Créateur: Madsiur
Date de création: 07/29/2019
Dernière modification: 07/31/2019
Paramètres Info
Nom de fichier: shorter_skill_name_fix.zip
Descargas: 1
Conditions requises: No-Header (SNES)
Version: 1.0
Notation:

Description Shorter Skill Name Fix

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.

Lire Shorter Skill Name Fix

Shorter Skill Name Fix
----------------------
version 1.0
released on 2019/07/29
by madsiur

Files
-----
shorter_skill_name_fix_h.ips: Patch for headered ROM (FF3us 1.0 or 1.1)
shorter_skill_name_fix_nh.ips: Patch for headerless ROM (FF3us 1.0 or 1.1)
shorter_skill_name_fix.asm: File with changes to be assembled with xkas 0.06

Space affected
--------------
$C3FF7A-$C3FFA8: Blitz and swtech names
Names at $C35C91 and few pointers offsets in bank $C3 (see asm file for details)

Description
-----------
If you go into a Skill menu that has a longer name than another Skill menu selection,
the characters from the longer name will get appended to the shorter name. To fix this,
I added spaces ($FE) to the shorter names until they reach 7 letters.

Thanks to vivify93 for pointing out the bug and Imzogelmo for the fix suggestion.