diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-22 11:38:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:38:44 -0500 |
commit | fbf0c4616c397bf7d9d5a8d2dfda5c647fa18af7 (patch) | |
tree | 2b6aa4f2f870d0262f29dc5ff275b124eb70412e /include/constants/pokemon.h | |
parent | 84c198ac76902385170fd0df90117411b930abe1 (diff) | |
parent | c75296640d9c42897eecf229bc7fc294f60a65eb (diff) |
Merge branch 'master' into doc-cinnabar
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 c6fc55003..dfbba41d9 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -40,6 +40,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 |