diff options
author | hondew <pokehondew@gmail.com> | 2020-05-02 13:38:25 -0400 |
---|---|---|
committer | hondew <pokehondew@gmail.com> | 2020-05-02 13:38:25 -0400 |
commit | 048d1ffbdbe00e56ee4511d023885a11d018864b (patch) | |
tree | e24376f984677b57c910330cb6e92b6c807c63d4 /include/constants | |
parent | 49184cd799e083b3b612f216da68ccafeb2cfb4f (diff) |
Clarify stages
Diffstat (limited to 'include/constants')
-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 |