From cc7ee35fe3cb3cd4135c1c2fbd4e275018cff27a Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Mon, 23 Oct 2017 20:03:34 -0400 Subject: edit temp var comment. --- src/field/berry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/field/berry.c b/src/field/berry.c index 64e2905a8..16a4d2762 100644 --- a/src/field/berry.c +++ b/src/field/berry.c @@ -1182,7 +1182,7 @@ void BerryTreeTimeUpdate(s32 totalMinutes) } else { - // not sure why Game Freak thought a temporary variable was necessary. because time is altered below, perhaps they thought it was unsafe to change it, even though that is not how passed arguments behave. + // because time is altered below, perhaps they thought it was unsafe to change it, even though that is not how passed arguments behave. s32 time = totalMinutes; while (time != 0) -- cgit v1.2.3