summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-05-27 16:41:23 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-05-27 16:41:23 -0400
commite27c3d2abdce7e88e6110e5633a4c88f4065799b (patch)
treeb2d297bd290ad83998c6a8c8c9c0a4d9e5ebb907 /include
parent79a1127122d060a821afb941f53485ae714b5f60 (diff)
Clear up misleading egg step name
Diffstat (limited to 'include')
-rw-r--r--include/egg_hatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/egg_hatch.h b/include/egg_hatch.h
index 64d07c813..4df2a6a40 100644
--- a/include/egg_hatch.h
+++ b/include/egg_hatch.h
@@ -4,7 +4,7 @@
void ScriptHatchMon(void);
bool8 CheckDaycareMonReceivedMail(void);
void EggHatch(void);
-u8 GetEggStepsToSubtract(void);
+u8 GetEggCyclesToSubtract(void);
u16 CountPartyAliveNonEggMons(void);
#endif // GUARD_EGG_HATCH_H