Posts: 76
Threads: 20
Joined: Apr 2012
Reputation:
0
I've change all of Banon's palettes to Duncan's palette with FF6LE, the only thing left is the save screen where it still portraits Banon's palette. Under the Gfx of FF3usME, the Sprites tab "Use the same indexes as the battle one" is check, but still no effect. Started a game fresh. The "palette_locs" text list Banon (CA:FDC8 0x03) but HxD popup exclaims the following: The file doesn't contain the offset CAFDC8. Any ideas?
Posts: 2,583
Threads: 99
Joined: Aug 2009
Reputation:
52
05-21-2018, 08:31 PM
(This post was last modified: 05-21-2018, 09:12 PM by Gi Nattak.)
Banon's save palette is actually set on the Imp's sprite (Index 15), the Top, frame 2 and Bot., frame 2. Can change it with FF3usME.
I can't remember exactly why, though, and if changing it alters some other sprite palette in turn. But I think it's okay from brief testing here.
We are born, live, die and then do the same thing over again.
Posts: 621
Threads: 49
Joined: Feb 2017
Reputation:
27
Okay, did a little research on this, and wanted to finally post a solution to the save screen palette issue.
In FF3usME, sprites 14-21 (hex 0E-15) do not HAVE shop palettes. Thus, they should only have one set of Top Frame/Bottom Frame palettes, instead of 2. That means that the following fields correspond to the sprite palettes
14 - Soldier: "Top, Frame 1/Bottom, Frame 1" of the Soldier's Sprite
15 - Imp: "Top, Frame 2/Bottom, Frame 2" of the Soldier's Sprite
16 - Leo: "Top, Frame 1/Bottom, Frame 1" of the Imp's Sprite
17 - Banon: "Top, Frame 2/Bottom, Frame 2" of the Imp's Sprite
18 - Esper Terra: "Top, Frame 1/Bottom, Frame 1" of Leo's Sprite
19 - Merchant: "Top, Frame 2/Bottom, Frame 2" of Leo's Sprite
20 - Ghost: "Top, Frame 1/Bottom, Frame 1" of Banon's Sprite
21 - Kefka: "Top, Frame 2/Bottom, Frame 2" of Banon Sprite
ADDITIONALLY, these palettes are NOT SET CORRECTLY in the base rom. Here is what needs to be changed:
14 - Soldier: 1
15 - Imp: 0
16 - Leo: 0
17 - Banon: 3
18 - Esper Terra: 2 - INCORRECT. Should be set to 5 for the best approximation
19 - Merchant: 1
20 - Ghost: 0
21 - Kefka: 2 - INCORRECT. Should be set to 3
HOWEVER, note that if you select the box "use the same indexes as the battle one", the incorrect pointers in FF3usME will change your list to the following. (Hint: that flag should never be used if you are planning on adding characters beyond Umaro.)
14 - Soldier: 1
15 - Imp: 1 - INCORRECT
16 - Leo: 0
17 - Banon: 0 - INCORRECT
18 - Esper Terra: 0 - INCORRECT
19 - Merchant: 0 - INCORRECT
20 - Ghost: 3 - INCORRECT
21 - Kefka: 3
Projects:
FFVI: Divergent Paths (Completed) - a complete storyline and gameplay hack of FF6 that adds Leo as a playable character