From b849ce93dbafac8e4961b531ab40585c0fdd103a Mon Sep 17 00:00:00 2001 From: sceptillion <33798691+sceptillion@users.noreply.github.com> Date: Sun, 17 Dec 2017 13:22:46 -0800 Subject: decompile main --- include/egg_hatch.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/egg_hatch.h (limited to 'include/egg_hatch.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 -- cgit v1.2.3