From 9385036ff7cfe1941f3fcdbc3a76cbf06b95d67d Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 19 May 2018 11:53:22 +0200 Subject: make menu indicators compile --- src/daycare.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/daycare.c') diff --git a/src/daycare.c b/src/daycare.c index d567ff79a..17928324f 100644 --- a/src/daycare.c +++ b/src/daycare.c @@ -1,5 +1,6 @@ #include "global.h" #include "pokemon.h" +#include "battle.h" #include "daycare.h" #include "string_util.h" #include "constants/species.h" @@ -22,8 +23,6 @@ #define EGG_MOVES_ARRAY_COUNT 10 #define EGG_LVL_UP_MOVES_ARRAY_COUNT 50 -extern u16 gMoveToLearn; - // text extern const u8 gText_MaleSymbol4[]; extern const u8 gText_FemaleSymbol4[]; -- cgit v1.2.3