pokefirered/include/constants/egg_ids.h

13 lines
184 B
C

#ifndef GUARD_EGG_IDS_H
#define GUARD_EGG_IDS_H
// IDs for species with custom eggs
enum EggIds
{
EGG_ID_NONE,
EGG_ID_MANAPHY,
EGG_ID_COUNT
};
#endif // GUARD_EGG_IDS_H