mirror of https://github.com/pret/pokeemerald.git
Updated Trainer Backsprite Editing (markdown)
parent
d0bdc4392d
commit
86bc6d3525
|
@ -1,7 +1,8 @@
|
|||
The backsprite frames for Brendan, May, Steven, Wally, RS-Brendan, and RS-May use the same palette as their front trainer sprite.
|
||||
Plus they uses 4 frames instead of 5. This tutorial will instruct you how to delink the palette sharing and make the backsprites use 5 frames.
|
||||
|
||||
Note : * I personally opt to delink the palette sharing and edit all of the backsprites so they'll have 5 frames.
|
||||
Note :
|
||||
* I personally opt to delink the palette sharing and edit all of the backsprites so they'll have 5 frames.
|
||||
Should you specifically only want to edit player backsprites, then focus only on Brendan and May part of this tutorial.
|
||||
* Albeit can be edited, for easy references. 4 frames animation uses 4th frame as the beginning of the animation. And goes from 4th > 1st > 2nd > 3rd.
|
||||
* While 5 frames animation uses the 1st frame as the beginning of the animation and goes from 1st > 2nd > 3rd > 4th > 5th
|
||||
|
|
Loading…
Reference in New Issue