summaryrefslogtreecommitdiff
path: root/src/berry_crush.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-11 14:16:40 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-03-11 14:25:22 -0500
commitb1a69d95ea169f77b9187f6601021da97139119d (patch)
treed82abb3e93eeb1e0b00c8ae88c0b6c60f32249b6 /src/berry_crush.c
parent69f7882b5e163c6d96a66603dd39be1b2a9486ba (diff)
Document minigame countdown
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-xsrc/berry_crush.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c
index 9732e1205..4aaa95e26 100755
--- a/src/berry_crush.c
+++ b/src/berry_crush.c
@@ -38,6 +38,8 @@
#include "constants/rgb.h"
#include "constants/songs.h"
+#define TAG_COUNTDOWN 0x1000
+
struct BerryCrushGame_Player
{
u8 unk0[PLAYER_NAME_LENGTH + 1 + 4];
@@ -2295,7 +2297,7 @@ static u32 sub_80232EC(struct BerryCrushGame *r4, __attribute__((unused)) u8 *r
case 1:
if (!IsLinkTaskFinished())
return 0;
- StartMinigameCountdown(0x1000, 0x1000, 120, 80, 0);
+ StartMinigameCountdown(TAG_COUNTDOWN, TAG_COUNTDOWN, 120, 80, 0);
break;
case 2:
if (IsMinigameCountdownRunning())