summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-05-10 18:45:35 -0500
committerGitHub <noreply@github.com>2018-05-10 18:45:35 -0500
commit7c551ef37376c3cc6193ec556d43d1c2d312e2d3 (patch)
tree2650fcf5b16620bb315581e9cf790f2cf716956b /src/egg_hatch.c
parent7defc27b994069715e5749245700d20dd740e4f0 (diff)
parent2b6d2dfadd00d88c5193c63da4da46e73f791549 (diff)
Merge pull request #250 from Diegoisawesome/master
Port/decompile field_effect
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index e64a98ab1..08767c68f 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -25,6 +25,7 @@
#include "window.h"
#include "constants/abilities.h"
#include "daycare.h"
+#include "overworld.h"
#include "battle.h" // to get rid of later
struct EggHatchData
@@ -44,8 +45,6 @@ struct EggHatchData
u8 textColor[3];
};
-extern void (*gFieldCallback)(void);
-
extern const struct CompressedSpriteSheet gMonFrontPicTable[];
extern const u8 gBattleTextboxTiles[];
extern const u8 gBattleTextboxTilemap[];