diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-22 12:38:19 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-22 12:38:19 -0500 |
commit | 2d4be89ee590792bcbcfdcfac17bc2827ca17151 (patch) | |
tree | 592b831e50d1d98f3842751335278e782f9274c7 /include/constants/pokemon.h | |
parent | 0495cce90418b84dc53b5d5c9f3b2bfe46f0ed62 (diff) | |
parent | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into union_room
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r-- | include/constants/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 2c8eeb3ea..3ab2c0524 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -131,6 +131,8 @@ #define EGG_GROUP_DRAGON 14 #define EGG_GROUP_UNDISCOVERED 15 +#define EGG_GROUPS_PER_MON 2 + // Pokemon natures #define NATURE_HARDY 0 #define NATURE_LONELY 1 |