mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
13 lines
184 B
C
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
|