summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucaBGt <32401333+LucaBGt@users.noreply.github.com>2021-03-13 03:22:09 +0100
committerLucaBGt <32401333+LucaBGt@users.noreply.github.com>2021-03-13 03:22:09 +0100
commitbc0ec84ac27e4c92556d5a9e29101b5882fb96de (patch)
tree44690555d5d41e982aca06faf20622bc7564c9e4
parent79d7c11f83a30a087e5dcdf739bebc4f38fb7080 (diff)
Updated How to add a new Pokémon species (markdown)
-rw-r--r--How-to-add-a-new-Pokémon-species.md2
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 e31db50..3a2aad7 100644
--- a/How-to-add-a-new-Pokémon-species.md
+++ b/How-to-add-a-new-Pokémon-species.md
@@ -411,7 +411,7 @@ Edit [src/pokemon.c](../blob/master/src/pokemon.c):
};
...
- static const u8 sMonFrontAnimIdsTable[NUM_SPECIES] =
+ static const u8 sMonFrontAnimIdsTable[NUM_SPECIES - 1] =
{
[SPECIES_BULBASAUR - 1] = 0x06,
...