diff options
author | LucaBGt <32401333+LucaBGt@users.noreply.github.com> | 2021-03-13 12:30:00 +0100 |
---|---|---|
committer | LucaBGt <32401333+LucaBGt@users.noreply.github.com> | 2021-03-13 12:30:00 +0100 |
commit | 9aa25987e199fe557884c52e61f3df69b86bfa28 (patch) | |
tree | 5a56c8b621add81b59edc43541ecea07dab9a4ff | |
parent | eb675ffddca42ab9159458b92ccf6452077150b0 (diff) |
Updated How to add a new Pokémon species (markdown)
-rw-r--r-- | How-to-add-a-new-Pokémon-species.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/How-to-add-a-new-Pokémon-species.md b/How-to-add-a-new-Pokémon-species.md index 12573b6..795ff06 100644 --- a/How-to-add-a-new-Pokémon-species.md +++ b/How-to-add-a-new-Pokémon-species.md @@ -66,7 +66,7 @@ Edit [src/data/graphics/pokemon.h](../blob/master/src/data/graphics/pokemon.h): ``` The animated front picture is still missing. -Edit [src/anim_mon_front_pics.c](../blob/master/src/anim_mon_front_pics.c): +Edit [src/data/graphics/pokemon.h](../blob/master/src/data/graphics/pokemon.h): ```diff const u32 gMonFrontPic_Chimecho[] = INCBIN_U32("graphics/pokemon/chimecho/anim_front.4bpp.lz"); +const u32 gMonFrontPic_Mewthree[] = INCBIN_U32("graphics/pokemon/mewthree/anim_front.4bpp.lz"); |