diff options
-rw-r--r-- | Add-a-new-overworld-sprite.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-overworld-sprite.md b/Add-a-new-overworld-sprite.md index 7e40026..3270de3 100644 --- a/Add-a-new-overworld-sprite.md +++ b/Add-a-new-overworld-sprite.md @@ -6,7 +6,7 @@ This tutorial is for how to add a new overworld sprite. As an example, we'll add 1. [Know which kind of sprite you need](#1-know-which-kind-of-sprite-you-need) 2. [Define a sprite constant](#2-define-a-sprite-constant) 3. [Update files depending on the kind of sprite](#3-update-files-depending-on-the-kind-of-sprite) - - [Regular sprite: define graphics and properties](regular-sprite-define-graphics-and-properties) + - [Regular sprite: define graphics and properties](#regular-sprite-define-graphics-and-properties) - [Pokémon sprite: define corresponding Pokémon](#pokémon-sprite-define-corresponding-pokémon) - [Variable sprite: initialize appearance](#variable-sprite-initialize-appearance) |