diff options
author | danenders <65201358+danenders@users.noreply.github.com> | 2022-03-05 12:16:55 -0500 |
---|---|---|
committer | danenders <65201358+danenders@users.noreply.github.com> | 2022-03-05 12:16:55 -0500 |
commit | 88a6f76a8aa54ac5c3c3090a715dbfdc75e3a7d9 (patch) | |
tree | eb9da01d6c363bfe2b843c00b93e610507e2338e | |
parent | ea1835870ce4293c5e964019e182e9810dcb09d7 (diff) |
Updated How to add a new Pokémon species (markdown)
-rw-r--r-- | How-to-add-a-new-Pokémon-species.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/How-to-add-a-new-Pokémon-species.md b/How-to-add-a-new-Pokémon-species.md index e4b4aeb..6e8f7a5 100644 --- a/How-to-add-a-new-Pokémon-species.md +++ b/How-to-add-a-new-Pokémon-species.md @@ -374,6 +374,7 @@ enum { ... NATIONAL_DEX_DEOXYS, + NATIONAL_DEX_MEWTHREE, +}; -#define NATIONAL_DEX_COUNT NATIONAL_DEX_DEOXYS +#define NATIONAL_DEX_COUNT NATIONAL_DEX_MEWTHREE |