From 1f1eebb104dd3f4e90f9dd3405af6ed8de48b443 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 23 Jul 2020 12:53:41 -0300 Subject: [PATCH] Defined the species for Deoxys' forms --- include/constants/species.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/constants/species.h b/include/constants/species.h index c10f0051f2..a97ad904de 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -913,8 +913,11 @@ #define SPECIES_LYCANROC_DUSK 903 #define SPECIES_ZYGARDE_10 904 #define SPECIES_ZYGARDE_COMPLETE 905 +#define SPECIES_DEOXYS_ATTACK 906 +#define SPECIES_DEOXYS_DEFENSE 907 +#define SPECIES_DEOXYS_SPEED 908 -#define SPECIES_EGG 906 +#define SPECIES_EGG 909 #define NUM_SPECIES SPECIES_EGG // Unown forms, not actual species