diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/daycare.h | 6 | ||||
-rw-r--r-- | include/egg_hatch.h | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/include/daycare.h b/include/daycare.h index 101746736..460b7c183 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -1,6 +1,6 @@ -#ifndef GUARD_DAYCARE -#define GUARD_DAYCARE +#ifndef GUARD_DAYCARE_H +#define GUARD_DAYCARE_H #define EGG_HATCH_LEVEL 5 -#endif // GUARD_DAYCARE +#endif // GUARD_DAYCARE_H diff --git a/include/egg_hatch.h b/include/egg_hatch.h new file mode 100644 index 000000000..862d33947 --- /dev/null +++ b/include/egg_hatch.h @@ -0,0 +1,10 @@ +#ifndef GUARD_EGG_HATCH_H +#define GUARD_EGG_HATCH_H + +void ScriptHatchMon(void); +bool8 sub_8071614(void); +void EggHatch(void); +u8 GetEggStepsToSubtract(void); +u16 sub_80722E0(void); + +#endif // GUARD_EGG_HATCH_H |