summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Trainer-Backsprite-Editing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Trainer-Backsprite-Editing.md b/Trainer-Backsprite-Editing.md
index cf3fbe9..4248987 100644
--- a/Trainer-Backsprite-Editing.md
+++ b/Trainer-Backsprite-Editing.md
@@ -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[] =
{