From 91cc251f8f288e1875629d006e609aab09bc7f24 Mon Sep 17 00:00:00 2001 From: Bivurnum <147376167+Bivurnum@users.noreply.github.com> Date: Fri, 10 May 2024 14:48:05 -0500 Subject: [PATCH] Small edit for clarity --- Adding-Walking-Animations-to-All-NPCs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-Walking-Animations-to-All-NPCs.md b/Adding-Walking-Animations-to-All-NPCs.md index 08c383e..bc2c207 100644 --- a/Adding-Walking-Animations-to-All-NPCs.md +++ b/Adding-Walking-Animations-to-All-NPCs.md @@ -1,4 +1,4 @@ -I made walking animations for all of the NPC object events that don't have any in the original game. These are my own custom sprites, but I tried to keep them as close to the original Emerald style as possible. Feel free to modify them as you see fit. +I made walking animations for all of the NPC object events that don't have any in the original game, including gym leaders and the elite four. These are my own custom sprites, but I tried to keep them as close to the original Emerald style as possible. Feel free to modify them as you see fit. The repo can be found here: [https://github.com/Bivurnum/pokeemerald/tree/all_npcs_walk](https://github.com/Bivurnum/pokeemerald/tree/all_npcs_walk)