diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-05-10 18:36:57 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-05-10 18:36:57 -0500 |
commit | 416d67c8325758d01decad6e5648263aa7e906df (patch) | |
tree | 2f3740b2c76e330d33379dd8ec70439561fc746f /src/egg_hatch.c | |
parent | 80062972aecfa0994e9176031ef1cf7b17ae5046 (diff) |
Finish porting/decompiling field_effect.c
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 3 |
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[]; |