mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Created macro to be used by Beast Balls
This commit is contained in:
parent
353f9eca42
commit
ced1ccd659
@ -812,6 +812,8 @@
|
|||||||
#define SPECIES_MELTAN 808
|
#define SPECIES_MELTAN 808
|
||||||
#define SPECIES_MELMETAL 809
|
#define SPECIES_MELMETAL 809
|
||||||
|
|
||||||
|
#define IS_ULTRA_BEAST(speciesId)((speciesId >= SPECIES_NIHILEGO && speciesId <= SPECIES_GUZZLORD) || (speciesId >= SPECIES_POIPOLE && speciesId <= SPECIES_BLACEPHALON))
|
||||||
|
|
||||||
// Megas
|
// Megas
|
||||||
#define SPECIES_MEGA_AMPHAROS 810
|
#define SPECIES_MEGA_AMPHAROS 810
|
||||||
#define SPECIES_MEGA_VENUSAUR 811
|
#define SPECIES_MEGA_VENUSAUR 811
|
||||||
|
Loading…
Reference in New Issue
Block a user