summaryrefslogtreecommitdiff
path: root/include/global.berry.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-26 05:16:01 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-26 05:40:34 -0500
commit92bd6400b7ded57bde9a41206d10a5dcbd9f6383 (patch)
treeb5d332f59f890b7947bbd0448c61794708a47e96 /include/global.berry.h
parent9e5958122011a2d5092db57f07f14fd511fb6f42 (diff)
Fix up berry sparkle
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 8046d344e..8d1aa369d 100644
--- a/include/global.berry.h
+++ b/include/global.berry.h
@@ -63,7 +63,7 @@ struct BerryTree
{
u8 berry;
u8 stage:7;
- u8 growthSparkle:1;
+ u8 stopGrowth:1;
u16 minutesUntilNextStage;
u8 berryYield;
u8 regrowthCount:4;