From 56f6aed836ec1710afd893b30ba9cb9ebbd73275 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Sun, 24 May 2020 23:47:55 -0400 Subject: [PATCH] Update species.h Added Gigantamax form for Low Key Toxtricity due to differing moves/abilities --- include/species.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/include/species.h b/include/species.h index 0fde569..381fcd4 100644 --- a/include/species.h +++ b/include/species.h @@ -1245,13 +1245,14 @@ #define SPECIES_APPLETUN_GIGA 0x4E1 #define SPECIES_SANDACONDA_GIGA 0x4E2 #define SPECIES_TOXTRICITY_GIGA 0x4E3 -#define SPECIES_CENTISKORCH_GIGA 0x4E4 -#define SPECIES_HATTERENE_GIGA 0x4E5 -#define SPECIES_GRIMMSNARL_GIGA 0x4E6 -#define SPECIES_ALCREMIE_GIGA 0x4E7 -#define SPECIES_COPPERAJAH_GIGA 0x4E8 -#define SPECIES_DURALUDON_GIGA 0x4E9 -#define SPECIES_URSHIFU_SINGLE_GIGA 0x4EA -#define SPECIES_URSHIFU_RAPID_GIGA 0x4EB +#define SPECIES_TOXTRICITY_LOW_KEY_GIGA 0x4E4 +#define SPECIES_CENTISKORCH_GIGA 0x4E5 +#define SPECIES_HATTERENE_GIGA 0x4E6 +#define SPECIES_GRIMMSNARL_GIGA 0x4E7 +#define SPECIES_ALCREMIE_GIGA 0x4E8 +#define SPECIES_COPPERAJAH_GIGA 0x4E9 +#define SPECIES_DURALUDON_GIGA 0x4EA +#define SPECIES_URSHIFU_SINGLE_GIGA 0x4EB +#define SPECIES_URSHIFU_RAPID_GIGA 0x4EC #define NUM_SPECIES (SPECIES_URSHIFU_RAPID_GIGA + 1)