From ced1ccd659c7661001ddda6da72baf2382eaeb86 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Fri, 23 Oct 2020 23:16:37 -0300 Subject: [PATCH] Created macro to be used by Beast Balls --- include/constants/species.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/constants/species.h b/include/constants/species.h index 89098e6b63..02c141ca73 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -812,6 +812,8 @@ #define SPECIES_MELTAN 808 #define SPECIES_MELMETAL 809 +#define IS_ULTRA_BEAST(speciesId)((speciesId >= SPECIES_NIHILEGO && speciesId <= SPECIES_GUZZLORD) || (speciesId >= SPECIES_POIPOLE && speciesId <= SPECIES_BLACEPHALON)) + // Megas #define SPECIES_MEGA_AMPHAROS 810 #define SPECIES_MEGA_VENUSAUR 811