mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-27 21:20:50 -05:00
Remove IS_ULTRA_BEAST
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user