summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-05-16 21:32:02 -0400
committerGitHub <noreply@github.com>2018-05-16 21:32:02 -0400
commit32d692a876b01549599e8b1589f94a9056a8c893 (patch)
tree0b7932ed11f9b0c44b19b178b7a8fc0be9cfc075
parent43f7bec067280fd558f0e6b824302954a145df9c (diff)
Update daycare.h to have EGG_HATCH_LEVEL define
To be consistent with pokeemerald.
-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 *);