summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-29 12:38:16 -0400
committerGitHub <noreply@github.com>2021-03-29 12:38:16 -0400
commitc40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (patch)
tree96579246478b851117df7c544eb6a7253136bed8 /include/global.h
parent731a4420353869e3d7e3b4a6e375a2234ee9169f (diff)
parent22e2c0a47ca876313604f0dd031abb324477186f (diff)
Merge pull request #1378 from GriffinRichards/doc-berrycrush
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 112d2cbc4..7806c0b59 100644
--- a/include/global.h
+++ b/include/global.h
@@ -217,7 +217,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;
};