diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-18 21:45:52 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-18 21:45:52 +0100 |
commit | 3de416662b5a83d96cbe010462971ed2c246d70d (patch) | |
tree | 7070ce944c7ef2d46cde333faec6a9930d1399c2 /include/egg_hatch.h | |
parent | f8b40754c70679bb3ec4c0611613a0658f679225 (diff) | |
parent | 5dc8beb034e70b4e1eba61cca4009d5e06356605 (diff) |
wild encounter, fix merge conflicts
Diffstat (limited to 'include/egg_hatch.h')
-rw-r--r-- | include/egg_hatch.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |