From 17127e0174b5b306f2e73c724c82a6d07dc3d1aa Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 12 Nov 2019 11:29:35 -0300 Subject: [PATCH] Defined species for the Alolan Forms. --- include/constants/species.h | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/include/constants/species.h b/include/constants/species.h index cde0daa398..505d744087 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -876,9 +876,28 @@ #define SPECIES_KYUREM_WHITE 868 #define SPECIES_MEOWSTIC_F 869 +#define SPECIES_ALOLAN_RATTATA 870 +#define SPECIES_ALOLAN_RATICATE 871 +#define SPECIES_ALOLAN_RAICHU 872 +#define SPECIES_ALOLAN_SANDSHREW 873 +#define SPECIES_ALOLAN_SANDSLASH 874 +#define SPECIES_ALOLAN_VULPIX 875 +#define SPECIES_ALOLAN_NINETALES 876 +#define SPECIES_ALOLAN_DIGLETT 877 +#define SPECIES_ALOLAN_DUGTRIO 878 +#define SPECIES_ALOLAN_MEOWTH 879 +#define SPECIES_ALOLAN_PERSIAN 880 +#define SPECIES_ALOLAN_GEODUDE 881 +#define SPECIES_ALOLAN_GRAVELER 882 +#define SPECIES_ALOLAN_GOLEM 883 +#define SPECIES_ALOLAN_GRIMER 884 +#define SPECIES_ALOLAN_MUK 885 +#define SPECIES_ALOLAN_EXEGGUTOR 886 +#define SPECIES_ALOLAN_MAROWAK 887 + // TODO: forms -#define SPECIES_EGG 870 +#define SPECIES_EGG 888 #define NUM_SPECIES SPECIES_EGG // Unown forms, not actual species