summaryrefslogtreecommitdiff
path: root/include/egg_hatch.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-17 15:07:17 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-17 15:07:17 -0600
commit52624c4fb7c145c33a2d0edc1d64b2d6e09c1336 (patch)
treeaec3073d480a2fbc3f0221397aa5e84f85755e48 /include/egg_hatch.h
parentf8402b3d7408e31a085dc136967f99705c764553 (diff)
parent3883c399912a35ca4eca3cbee7cb0c46c81e8d76 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/egg_hatch.h')
-rw-r--r--include/egg_hatch.h10
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