pokeemerald-expansion/include/constants/egg_ids.h
2025-12-17 16:10:02 +01:00

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