diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 15:25:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 15:25:22 -0400 |
commit | cd4462f58cce785f408af26a7a3b11ad08575a5a (patch) | |
tree | 2a35a97aa4fb1eae38861178967e6806b4f00e00 /include/daycare.h | |
parent | 471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff) | |
parent | e006569719969870ce480916a23cfd157fdcf454 (diff) |
Merge pull request #474 from lioniac/master
Multiple renamings and removed some orphaned functions
Diffstat (limited to 'include/daycare.h')
-rw-r--r-- | include/daycare.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/daycare.h b/include/daycare.h index 01751641e..0ee1e93b1 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -25,10 +25,8 @@ void ShowDaycareLevelMenu(void); void ChooseSendDaycareMon(void); void ScriptHatchMon(void); -bool8 sub_8071614(void); void EggHatch(void); u8 GetEggStepsToSubtract(void); -u16 sub_80722E0(void); bool8 ShouldEggHatch(void); #endif // GUARD_DAYCARE_H |