diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-11 14:16:40 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-03-11 14:25:22 -0500 |
commit | b1a69d95ea169f77b9187f6601021da97139119d (patch) | |
tree | d82abb3e93eeb1e0b00c8ae88c0b6c60f32249b6 /src/berry_crush.c | |
parent | 69f7882b5e163c6d96a66603dd39be1b2a9486ba (diff) |
Document minigame countdown
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-x | src/berry_crush.c | 4 |
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()) |