mirror of https://github.com/pret/pokeemerald.git
Updated Trainer Backsprite Editing (markdown)
parent
86bc6d3525
commit
bcfbcf6a14
|
@ -195,7 +195,7 @@ const union AnimCmd *const *const gTrainerBackAnimsPtrTable[] =
|
|||
```
|
||||
|
||||
Then head to **`src/data.c`**, search for `gTrainerBackPicTable_Brendan`. You should see the backsprite data for Brendan, May, Steven, etc.
|
||||
Simply add `gTrainerBackPic_X + 0x2000, 0x0800,` don't forget to replace the *X* to match the code on the 5th line of the code above , for example :
|
||||
Simply add `gTrainerBackPic_X + 0x2000, 0x0800,` in the 5th line, don't forget to replace the *X* to match the code above , for example :
|
||||
```c
|
||||
const struct SpriteFrameImage gTrainerBackPicTable_Brendan[] =
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue