diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-08 22:05:11 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-08 22:05:11 +0100 |
commit | 4ec14b3d431f61309e33ca58c7702678bd25ae7a (patch) | |
tree | a35f38856a06dc46f1c01f4adb2ce5b886a3ce46 /src/egg_hatch.c | |
parent | 58c4cec9462cef154e75d12181ebe6d42c0f3e9e (diff) |
Finish field screen
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 28386528a..a8238253e 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -30,7 +30,7 @@ #include "field_weather.h" #include "international_string_util.h" #include "naming_screen.h" -#include "field_screen.h" +#include "field_screen_effect.h" #include "battle.h" // to get rid of later struct EggHatchData |