From 048d1ffbdbe00e56ee4511d023885a11d018864b Mon Sep 17 00:00:00 2001 From: hondew Date: Sat, 2 May 2020 13:38:25 -0400 Subject: Clarify stages --- include/constants/berry.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/constants') diff --git a/include/constants/berry.h b/include/constants/berry.h index d413b9947..8f1e7cd82 100644 --- a/include/constants/berry.h +++ b/include/constants/berry.h @@ -25,4 +25,11 @@ #define BERRY_STAGE_BERRIES 5 #define BERRY_STAGE_SPARKLING 255 +// Berries can be watered in the following stages: +// - BERRY_STAGE_PLANTED +// - BERRY_STAGE_SPROUTED +// - BERRY_STAGE_TALLER +// - BERRY_STAGE_FLOWERING +#define NUM_WATER_STAGES 4 + #endif // GUARD_CONSTANTS_BERRY_H -- cgit v1.2.3