summaryrefslogtreecommitdiff
path: root/src/berry_crush.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-10 18:55:41 -0500
committerGitHub <noreply@github.com>2021-03-10 18:55:41 -0500
commit6c297d19e85b08c09e43b69ef5cb138f4a9880eb (patch)
treea97060ba38593efef14c3f8d519abe7b4a49de5d /src/berry_crush.c
parent4620992f0712ecf6a50a577aa0a244201a92ef60 (diff)
parent69f7882b5e163c6d96a66603dd39be1b2a9486ba (diff)
Merge pull request #1356 from GriffinRichards/doc-dodrioberrypicking
Document Dodrio Berry Picking
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-xsrc/berry_crush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c
index 89a0ad282..1e3757ab2 100755
--- a/src/berry_crush.c
+++ b/src/berry_crush.c
@@ -2516,12 +2516,12 @@ void sub_80236B8(struct BerryCrushGame *r5)
{
if (r5->unk10 > 70)
{
- sub_8011AC8();
+ ClearRecvCommands();
r5->unk10 = 0;
}
else if (r5->unk5C.unk02_3 == 0)
{
- sub_8011AC8();
+ ClearRecvCommands();
r5->unk10 = 0;
}
}