mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 05:43:51 +01:00
Remove IS_ULTRA_BEAST
This commit is contained in:
parent
3adf316574
commit
f2259d7ce1
@ -812,8 +812,6 @@
|
||||
#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))
|
||||
|
||||
#define FORMS_START SPECIES_MELMETAL
|
||||
|
||||
// Megas
|
||||
|
Loading…
x
Reference in New Issue
Block a user