diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-29 16:50:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 16:50:37 -0400 |
commit | 24075e9e7299327288737d7347e9c83ac391c787 (patch) | |
tree | 97b4c00e3ffc5725927bd6428e0ed14350ee4595 /include/egg_hatch.h | |
parent | e0ae696479d629694ce55bffe0fd4599d734fc78 (diff) | |
parent | e27c3d2abdce7e88e6110e5633a4c88f4065799b (diff) |
Merge pull request #1061 from GriffinRichards/fix-egg
Clear up misleading egg step name
Diffstat (limited to 'include/egg_hatch.h')
-rw-r--r-- | include/egg_hatch.h | 2 |
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 |