From 88a6f76a8aa54ac5c3c3090a715dbfdc75e3a7d9 Mon Sep 17 00:00:00 2001 From: danenders <65201358+danenders@users.noreply.github.com> Date: Sat, 5 Mar 2022 12:16:55 -0500 Subject: =?UTF-8?q?Updated=20How=20to=20add=20a=20new=20Pok=C3=A9mon=20spe?= =?UTF-8?q?cies=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "How-to-add-a-new-Pok\303\251mon-species.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/How-to-add-a-new-Pok\303\251mon-species.md" "b/How-to-add-a-new-Pok\303\251mon-species.md" index e4b4aeb..6e8f7a5 100644 --- "a/How-to-add-a-new-Pok\303\251mon-species.md" +++ "b/How-to-add-a-new-Pok\303\251mon-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 -- cgit v1.2.3