Posts: 36
Threads: 12
Joined: Apr 2013
Reputation:
0
For some unkown reason my Edgar has Pallette 05 in game when in group. He has his palette 02 in battles which i fixed via Hex.
And i have switched to 02 in everywhere in the FF6LE.
The thing is, i switched it from his previous 04 pallette to 02.
But i can see that he uses the palette 05.
Does anyone know what i have forgotten?
His Battle palette works correctly.
But when i have him as leader, or when a conversation starts he has wrong palette.
Posts: 763
Threads: 83
Joined: Apr 2015
Reputation:
22
This means that the PC Edgar's palette assignment is wrong. The PC palettes are only set with events and only a handful of times throughout the game. So if you didn't experience any of those events, he is going to stay on whatever palette he has. Did you move Edgar's sprite to Mog or Umaro's spots? Those are the PCs that naturally have palette 5 set in the game. My normal fix for when I make changes to the game and want to fix a vanilla save file is to make a custom event that fixes everything I need fixed.
Posts: 36
Threads: 12
Joined: Apr 2013
Reputation:
0
07-20-2013, 10:43 AM
(This post was last modified: 07-20-2013, 10:44 AM by xeblon.)
Awww maan...
This is wierd!
No it doesnt say 05 there :/
it says
04 04 43 02 04
And whats more wierd is that.... Shadows overworld pallete has changed to 00 too!
and i havent even touched him :S
daaaafq!
btw! Where did you get the information:
Code:
CA/66BC: 43 Assign palette $00 to character $04 (Actor in stot 4)
Posts: 763
Threads: 83
Joined: Apr 2015
Reputation:
22
What else has been done to the ROM? There are obviously some event code changes going on here.
If that is indeed CA/66BC then the code is offset 2 bytes there, the code before 43 04 00 should be 37 04 04, so it looks like you are at BA and not BC, but maybe there are some other changes... regardless, Edgars palette is not being set here, Cyan's is. Actor 02 is Cyan, and its being set for 4 (which is correct but irrelevant here).
I think I see what happened.
In the three party battle, all of the characters get set with palette 5 (MOOGLES!), so when the code got here it changed Cyan's palette and not Edgars, so Edgar continued to have palette 5 as a PC. I'm not sure yet why Shadow is changed, but I would imagine something similar is happening, some wrong palette assignment somewhere. When do you first notice Shadow's palette changing? from the get-go or somewhere later on?