The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.3.33 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Users browsing this thread: 1 Guest(s)
Question about switching characters' palettes.

#1
 
Status
None
Hello; I have been doing some sprite edits with FF3usME and Terii Senshi's editor, and I noticed none of them can change around the characters' overworld palettes. I searched around this forum for a way to change Sabin's palette from 0 to 2(in my case), and found this:

(03-30-2011, 01:21 AM)Gi Nattak Wrote:
ribbits Wrote:A bit of a different question, but still related to ff3usme6.7. In my attempts at hacking, my number 5 character (Sabin's normal spot) keeps switching the overworld sprite palette to 0 instead of 4 which is where it should be. The battle sprite always stays at 4 and that's where it should be. Any thoughts as to why the overworld sprite constantly switch backs to 0 and what can be done about it?

Thanks in advance.

You'll notice it says overworld palette index cannot be saved. So that's why it keeps reverting to the default.

To find what you are looking for in the hex, get a hold of the "event dump" document, and then do a search for "Assign palette $00 to character $05"
That will lead you right to where character 5's (Sabin's) palette gets loaded for the first, and only time for him throughout the game. Most characters palettes and graphics only get loaded once, but in some cases for characters like Strago and Shadow, theirs get loaded more times than one. Anyways...

On the left it will tell you that its located at the address "CA/6D2B" So you will want to go to that address in the hex editor...or alternatively you could just search for the appropriate string of hex, which in this case is "43, 05, 00" --- and you get that from this:

43 Assign palette $00 to character $05 <----- remember this?

"43" is the command byte for "assign palette" "00" is the palette being loaded, and "05" is the character the palette is being loaded to.

Just remember that in the hex, the character byte comes before the palette byte, so don't let the dump confuse you. Also remember to be in SNES Hi-Rom when you do your search. To search for "CA/6D2B" you would want to go to "search offset", and search "A6D2B" No need for the "C"
because you are already in the C bank due to being in Hi-Rom, and it will mess up your search...

So once you get there, what you would want to do then is change the "$00" to "$04" and your done. Save. Also note that if the character has already been recruited, it will appear as though nothing has changed, due to his prior palette already being loaded and saved with. So to test and see the changes you will have to play before the characters graphics and palette gets loaded, obviously.

If you still really have no idea how to do this I suggest looking at the "All Things Event Hacking" thread and reading "The Basics."



I have attempted this, and read the "basics" part as well, but I could not find the correct offset "A6D2B" in the SNES Hi-Rom. I searched for siad offset in a hex editor, and found a string of data not containing the numbers "43" or "05". What am I doing wrong? How can I change Sabin's palette from 0 to 2? Thanks in advance.
 
Quote  



Messages In This Thread
Question about switching characters' palettes. - by Greed - 01-05-2012, 09:24 PM
RE: Question about switching characters' palettes. - by Greed - 01-06-2012, 12:47 PM
RE: Question about switching characters' palettes. - by Greed - 01-06-2012, 03:57 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite