summaryrefslogtreecommitdiff
path: root/include/global.berry.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-09 20:39:43 -0700
committerYamaArashi <shadow962@live.com>2017-05-09 20:39:43 -0700
commit242af849cb56ce0c4469c4e2be82a3ad5dbd3434 (patch)
tree468360415238c42c9eac3d489ed465cb7b52ec3e /include/global.berry.h
parentb7efd72ac411800d709082dab220470544541c90 (diff)
minutes, not seconds
Diffstat (limited to 'include/global.berry.h')
-rw-r--r--include/global.berry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.berry.h b/include/global.berry.h
index b7938868d..18e022b12 100644
--- a/include/global.berry.h
+++ b/include/global.berry.h
@@ -45,7 +45,7 @@ struct BerryTree
u8 berry;
u8 stage:7;
u8 growthSparkle:1;
- u16 secondsUntilNextStage;
+ u16 minutesUntilNextStage;
u8 berryYield;
u8 regrowthCount:4;
u8 watered1:1;