diff options
author | Sierra A <6080951+Sierraffinity@users.noreply.github.com> | 2020-05-03 02:26:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 02:26:18 -0700 |
commit | 8778aec7d6c042bd9c87a227a30410fe5dad8211 (patch) | |
tree | 4c80573d01b41106f06932502ad7be96a814241e /include | |
parent | 5c49bc6d347f526c5f95ac91e30cef89d7918ad5 (diff) | |
parent | 84f012fc6e653df33158e494bab95e18557a2161 (diff) |
Merge pull request #1031 from hondew/berry-yield
Document minor berry yield bug
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/berry.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |