diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-31 02:34:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 02:34:42 -0600 |
commit | 935a098843b1176db8e4b4f8f82f70086a0ed92f (patch) | |
tree | 2c20338324f10a553e78e731d999dd58669266c3 /src/egg_hatch.c | |
parent | 58f130d007b97623dd5c7a3b373800c138f75c5e (diff) | |
parent | d004ce065c9cc6425df6f567dff39eb831f84875 (diff) |
Merge pull request #456 from Diegoisawesome/trade
trade.c
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index c2e57f8b5..e1d94889a 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -23,6 +23,7 @@ #include "bg.h" #include "m4a.h" #include "window.h" +#include "graphics.h" #include "constants/abilities.h" #include "daycare.h" #include "overworld.h" @@ -52,11 +53,6 @@ struct EggHatchData }; extern const struct CompressedSpriteSheet gMonFrontPicTable[]; -extern const u8 gBattleTextboxTiles[]; -extern const u8 gBattleTextboxTilemap[]; -extern const u8 gBattleTextboxPalette[]; -extern const u16 gTradeGba2_Pal[]; // palette, gameboy advance -extern const u32 gTradeGba_Gfx[]; // tileset gameboy advance extern const u32 gUnknown_08331F60[]; // tilemap gameboy circle extern const u8 gText_HatchedFromEgg[]; extern const u8 gText_NickHatchPrompt[]; |