Updated Trainer Backsprite Editing (markdown)

Blackforest92 2020-07-24 14:46:29 +07:00
parent 86bc6d3525
commit bcfbcf6a14
1 changed files with 1 additions and 1 deletions

@ -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[] =
{