summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/daycare.h2
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 *);