diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-08 12:13:15 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-08 12:13:15 +0800 |
commit | 8a8baaeaaaffd7528c13f064b664c31e747c8fdc (patch) | |
tree | bbd238d169df88dc2dbbed17956daae2ad630227 /src/daycare.c | |
parent | 907ed3f5f5537d14ed6136daeb81e38c383239c2 (diff) | |
parent | 6068495619364c8e0ccae15ad036a1b5a9eef171 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/daycare.c')
-rw-r--r-- | src/daycare.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/daycare.c b/src/daycare.c index 5b166d3de..131540f6e 100644 --- a/src/daycare.c +++ b/src/daycare.c @@ -19,6 +19,7 @@ #include "task.h" #include "window.h" #include "list_menu.h" +#include "overworld.h" #define EGG_MOVES_ARRAY_COUNT 10 #define EGG_LVL_UP_MOVES_ARRAY_COUNT 50 @@ -39,12 +40,8 @@ extern const u8 gDaycareText_PlayOther[]; extern u8 GetCursorSelectionMonId(void); extern u16 ItemIdToBattleMoveId(u16); -extern s32 ListMenuHandleInputGetItemId(u8); -extern void DestroyListMenuTask(u8, u16*, u16*); extern void sub_819746C(u8, bool8); -extern void NewMenuHelpers_DrawStdWindowFrame(u8, bool8); extern void sub_81B9328(void); -extern void CB2_ReturnToField(void); // this file's functions static void ClearDaycareMonMail(struct DayCareMail *mail); |