You are not logged in.
Pages: 1
Hello there.
I was wondering if anyone had and inkling of how to modify the hero sprite, specifically purple?
Offline
sorry forgot to include I needed to how to do it on Pokemon Gold.
Offline
I don't think purple is even one of the main colors in the game,
the palette of a person can either be red, blue, green, brown or orange - not purple which some people do have in Prism though. Also, no idea how to do this.
Offline
OBJ palettes are always the same and not as complicated as BG palettes, so you just have to edit a palette to contain purple and therefore have some other color removed.
cYa,
Tauwasser
Offline
do you know exactly were the data is stored for the pallete of the hero sprite?
Offline
It's the same palette that all other red sprites use and can be found with a simple search. Or with some debugging, you can find it easily as well.
cYa,
Tauwasser
Offline
sorry to ask again but thats the thing, were is it? is there an offset or something?
Offline
Look in the pallet viewer, then swap the bytes for each colour in the pallet and search for them in a hex editor, then just change them to what you want them to be.
I am not very active on this forum. I only pop in from time to time.
Offline
do i search by its value?
Offline
WHat do you mean when you say Value?
I am not very active on this forum. I only pop in from time to time.
Offline
For the color sprite red its value in the pallet viewer is 04FF
Orange is 195E
Offline
Yes, you search for those. I thought for a second you meant like the number of the pallet
I am not very active on this forum. I only pop in from time to time.
Offline
So if I changed Orange to Purple how do I assigned it to the hero sprite? (Because red is default and sorry for all the questions.)
Offline
Sorry again i searched it and its not the right one. ☹
Do i need to switch bytes or anything?
Offline
then swap the bytes for each colour in the pallet
Yes. :rolleyes: It should be at 0xB53D.
Cya
Offline
x147DE-14A17 - Pointer to Sprites
[GFX Pointer (2byte)]
[Size?]
[Bank]
[Frames?]
[Pallet]
The first sprite in the list is the player sprite, so it's easy to jump to the byte for which pallet he uses and change it to use your new purple one.
I am not very active on this forum. I only pop in from time to time.
Offline
That's the sprite definition list (German tutorial).
Use an online translator or something.
cYa,
Tauwasser
Offline
Pages: 1