0.0.5dev and Earlier: Egg does not hatch if initial CALMenu scene is exited. #11
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
zadammac/PETI#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Presumably this happens because we do not actually initialize or start the RTC without saving the output of the menu. Needs investigation.
This is to do with line 392 of the current version of the calendar menu. This line is only reached if exiting via the set button, meaning that we never later evaluate for evolution.
The RTC is running and was validly set prior to the menu ever being drawn. This flag should be set regardless of how the menu is exited, as either condition SHOULD TECHNICALLY be valid. It merely exists to ensure that the evolution timer is not running before the user has had a chance to set the time (i.e., to force the egg stage)