From e27c3d2abdce7e88e6110e5633a4c88f4065799b Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 27 May 2020 16:41:23 -0400 Subject: Clear up misleading egg step name --- src/egg_hatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg_hatch.c') diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 3bc35bc4a..a6c39f12b 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -865,7 +865,7 @@ static void EggHatchPrintMessage(u8 windowId, u8* string, u8 x, u8 y, u8 speed) AddTextPrinterParameterized4(windowId, 1, x, y, 0, 0, sEggHatchData->textColor, speed, string); } -u8 GetEggStepsToSubtract(void) +u8 GetEggCyclesToSubtract(void) { u8 count, i; for (count = CalculatePlayerPartyCount(), i = 0; i < count; i++) -- cgit v1.2.3