Tritoch Animation Fix ハックロムをダウンロード

Tritoch Animation Fix ゲーム
友達にシェアする:
パラメータ 情報
コンソール: GBA
オリジナルゲーム: Final Fantasy VI Advance
タイプ: Bug Fix
ジャンル: Role Playing
変更: G
製作者: bydoless
制作日: 11/02/2016
最終変更: 11/02/2016
パラメータ 情報
ファイル名: tritoch_anim_fix_gba.zip
ダウンロード数: 6
必要事項: No Special Requirements
バージョン: 1.0
評価:

Tritoch Animation 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.

Tritoch Animation Fix 説明書

Tritoch Animation Fix 1.0
-------------------------
by bydoless
released on 2016/10/27
Apply to FF6 Advance (JEU)

Offset changed
--------------
$63C4F1-$63C4F2 (U)
$63BD68-$63BD69 (JE)

Bug Description
---------------

Tritoch tail is missing a piece when calling his summon. This is because
its frame data ($63C4EF-$63C523) is missing a byte pair. The first byte of the
pair is a X,Y position (xxxxyyyy) of the block in 16 pixels intervals. 
The second byte determines the block taken from the monster graphic as well as 
whether it's flipped horizontally and/or vertically.

Since the first two couples (10 01 and 20 02) reference blocks in the mold 
containing no graphics at all, we can use one of those to insert the missing
couple 35 07.