summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-16 05:40:42 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-03-18 15:18:23 -0400
commit22e2c0a47ca876313604f0dd031abb324477186f (patch)
treeb156c6bd026724af897f4e2c49297fc10b75abf5 /include/global.h
parent3cb930074446e2921a9500290fc203103825e3ef (diff)
Document Berry Crush
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 1992ff819..7daed8621 100644
--- a/include/global.h
+++ b/include/global.h
@@ -209,7 +209,7 @@ struct PyramidBag
struct BerryCrush
{
- u16 berryCrushResults[4];
+ u16 pressingSpeeds[4]; // For the record with each possible group size, 2-5 players
u32 berryPowderAmount;
u32 unk;
};