summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/field/berry.c2
1 files changed, 1 insertions, 1 deletions
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)