Users browsing this thread: 1 Guest(s)
Banon Palette on SAve Screen

#1
Posts: 76
Threads: 20
Thanks Received: 2
Thanks Given: 4
Joined: Apr 2012
Reputation: 0
Status
None
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?
  Find
Quote  

#2
Posts: 3,966
Threads: 279
Thanks Received: 233
Thanks Given: 56
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
That $CAFDC8 offset is the NPC palette assignement, you will find it at $0AFDC8 in a hex editor. For the save screen, palette is part of OAM data, that has following format:

Code:
Byte 1    xxxxxxxx    x: X coordinate
Byte 2    yyyyyyyy    y: Y coordinate
Byte 3    cccccccc    c: starting character (tile) number    p: palette number
Byte 4    vhoopppc    v: vertical flip   h: horizontal flip  o: priority bits
          Note: the 'c' in byte 4 is the MOST significant bit in the 9-bit char #.

The data for Banon is at $D8EB73 ($18EB73):

Code:
02 (X coordinate)
80 (Y coordinate)
01 (starting tile 2?)
0C (00001100 -> 110 = 2 + 4 = palette 6)

For more info on save screen OAM data, see this post.
  Find
Quote  

#3
Posts: 76
Threads: 20
Thanks Received: 2
Thanks Given: 4
Joined: Apr 2012
Reputation: 0
Status
None
(05-21-2018, 02:55 PM)madsiur Wrote: That $CAFDC8 offset is the NPC palette assignement, you will find it at $0AFDC8 in a hex editor. For the save screen, palette is part of OAM data, that has following format:

Code:
Byte 1    xxxxxxxx    x: X coordinate
Byte 2    yyyyyyyy    y: Y coordinate
Byte 3    cccccccc    c: starting character (tile) number    p: palette number
Byte 4    vhoopppc    v: vertical flip   h: horizontal flip  o: priority bits
         Note: the 'c' in byte 4 is the MOST significant bit in the 9-bit char #.

The data for Banon is at $D8EB73 ($18EB73):

Code:
02 (X coordinate)
80 (Y coordinate)
01 (starting tile 2?)
0C (00001100 -> 110 = 2 + 4 = palette 6)

For more info on save screen OAM data, see this post.

After many trial and error with some funny effects, nothing changes Banon's palette. For instance, changing the 0C to 00 makes Terra's upper body appear instead of Banon's upper body on the loading screen. Terra has Banon's palette. Using 0B make Banon's upper body all "jumble" up.
  Find
Quote  

#4
Posts: 2,548
Threads: 98
Thanks Received: 147
Thanks Given: 156
Joined: Aug 2009
Reputation: 52
Status
Nattak\'d
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.
Quote  

#5
Posts: 614
Threads: 49
Thanks Received: 0
Thanks Given: 4
Joined: Feb 2017
Reputation: 25
Status
None
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
  Find
Quote  
[-] The following 3 users say Thank You to PowerPanda for this post:
  • JWhiteLXXXIX (07-10-2018), Robo Jesus (05-20-2019), SSJ Rick (07-16-2018)



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite