Guide To Changing Shine Color
Step One: Finding the Shine
The data is located in the EfFxdata.dat at offset 1C2A0 in hex or 115360 in decimal format and begins with 98 00 2b 11.
you should see this
*Fox and Falco share this data file, any changes made will affect both Fox and Falco*
There are 2 parts of the shine and each part has its own value. What is outlined in Green and black are the values that needs to be changed in order to change the shine color.
Step Two: Changing the color
The color can be changed by editing the values in the black and green boxes as mentioned above. The values in the black [62 1F] change the outline of the shine and the values in the green[AB 9F] change the shine color (as seen in the picture below) . The color values of the shine are similar to fox and falco's lasers and use the same color code.
You can replace all values outlined in black (62 1F's) and green (AB 9F's) with some of the values below.
FC 00 = Red
FC 1F = Magenta
0F F0 = Green
00 10 = Black
FF FF = White
00 FF = Blue
0F 0F = Turquoise
99 F0 = Light Brown
B1 00 = Redish Orange
FC FF = Light Purple
5D 88 = Grey
BF 00 = Dim Yellow
C8 F5 = Dark Pink
D2 3B = Pink
BB B1 = Yellow
4C 22 = Maroon
A5 0F = Purple
0A 60 = Dark Green
Here is an example
Notice how i changed all the AB 9F's to the red color and all the 62 1F's to the magenta color
remember
*Fox and Falco share this data file, any changes made will affect both Fox and Falco*
Step 3: Shine Sparkles *Optional
The Shine emits faint sparkles on its start up. These sparkles can also be changed using similar steps as above. The offset for these sparkles are 120 Hex or 288 Decimal and are outlined in black as seen in the picture below.
These sparkles follow rgb format making the sparkles much easier to make any color opposed to the format the shine itself uses in the above example.
To change the color simply replace 6 numbers in the black box with any color's RGB code. You can find out any color's RGB code by just googling for an RGB color calculator.
You can also change the faint outline of the sparkles by changing the second value in green to any RBG code.
Here is an example of what a the sparkles look like after being changed to red.
I did this by simply replacing the ff ff ff with ff 00 00 and leaving the code in the green box the same.
also im pretty sure there are more effects and what not you can change with the shines appearance, i've changed alot while messing around with it il add more info about other stuff later