diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-01 01:54:51 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-03-03 14:26:05 -0500 |
commit | b9c733495b40950a06650d842116decffbf681bd (patch) | |
tree | 5c95141a1a96dae6ebbdc6bfc13bdc9c1b6c1725 /src/berry_crush.c | |
parent | 91ab30fa71dfe800215e9e7b3309f366ccc6173e (diff) |
Document dodrio berry picking
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-x | src/berry_crush.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index b11af5529..9732e1205 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; } } |