diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-01 21:04:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 21:04:00 -0500 |
commit | 7e26aa3d21f55e1375bfde6ffbc70210170fdc37 (patch) | |
tree | 8904e34e1c44fc10c413b2ba5a42d06b61ca1343 /include/global.berry.h | |
parent | 90513a9d726e6cda19a3f8fdc8988ee31d9f4ff1 (diff) | |
parent | 92bd6400b7ded57bde9a41206d10a5dcbd9f6383 (diff) |
Merge pull request #1316 from GriffinRichards/doc-scrcmd
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree
Diffstat (limited to 'include/global.berry.h')
-rw-r--r-- | include/global.berry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.berry.h b/include/global.berry.h index 8046d344e..8d1aa369d 100644 --- a/include/global.berry.h +++ b/include/global.berry.h @@ -63,7 +63,7 @@ struct BerryTree { u8 berry; u8 stage:7; - u8 growthSparkle:1; + u8 stopGrowth:1; u16 minutesUntilNextStage; u8 berryYield; u8 regrowthCount:4; |