diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-17 08:37:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-17 08:37:44 -0700 |
commit | 27a2cd4808a1ade422c71d911498daa1578e6b97 (patch) | |
tree | ac331cab350f5fb64672162ed850ccf9dea3d31e /include | |
parent | 43f7bec067280fd558f0e6b824302954a145df9c (diff) | |
parent | 19006431bc57bfcecd51c71e14b661448bf39f79 (diff) |
Merge pull request #614 from Deokishisu/patch-1
Add EGG_HATCH_LEVEL define and use when appropriate
Diffstat (limited to 'include')
-rw-r--r-- | include/daycare.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/daycare.h b/include/daycare.h index c612113b9..983fd1e6b 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -1,6 +1,8 @@ #ifndef GUARD_DAYCARE_H #define GUARD_DAYCARE_H +#define EGG_HATCH_LEVEL 5 + u8 *GetMonNick(struct Pokemon *, u8 *); u8 *GetBoxMonNick(struct BoxPokemon *, u8 *); u8 CountPokemonInDaycare(struct DayCare *); |