From bcfbcf6a14ecd5ff0cd5e9daed8d5d82cfbcf858 Mon Sep 17 00:00:00 2001 From: Blackforest92 <64682409+Blackforest92@users.noreply.github.com> Date: Fri, 24 Jul 2020 14:46:29 +0700 Subject: [PATCH] Updated Trainer Backsprite Editing (markdown) --- Trainer-Backsprite-Editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {