summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-04-04 23:53:06 +0200
committerhuderlem <huderlem@gmail.com>2019-04-05 07:53:23 -0500
commitb0223f691fcc83c18b6ba8df5140d907939b04cf (patch)
tree45f90920c8cdf756a3e31d968f8a458ff952026a /src/egg_hatch.c
parentc36476af852b303fbb051b126023059ed5340a1c (diff)
Clean up data headers
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index fc559e001..65601d64a 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -33,6 +33,7 @@
#include "naming_screen.h"
#include "pokemon_storage_system.h"
#include "field_screen_effect.h"
+#include "data.h"
#include "battle.h" // to get rid of later
struct EggHatchData
@@ -52,7 +53,6 @@ struct EggHatchData
u8 textColor[3];
};
-extern const struct CompressedSpriteSheet gMonFrontPicTable[];
extern const u32 gUnknown_08331F60[]; // tilemap gameboy circle
extern const u8 gText_HatchedFromEgg[];
extern const u8 gText_NickHatchPrompt[];