diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-13 16:08:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 16:08:57 -0500 |
commit | 5dc85a079d9b18d95e655ebf5709530be41797f9 (patch) | |
tree | 2a6c50b6fbb20d074cc6d526cb904b251166de7b /src/egg_hatch.c | |
parent | d067f0e6717908f4cb6d0c0ac9ba4fea8eb2cebe (diff) | |
parent | aeebfee838222b9054da0632f2a65d2f934f7e23 (diff) |
Merge pull request #742 from PikalaxALT/modern_gcc
Modern gcc
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 876034d2a..0c115ddfe 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -44,9 +44,6 @@ struct EggHatchData* gEggHatchData; extern const u32 gBattleTextboxTiles[]; extern const u32 gBattleTextboxTilemap[]; extern const u16 gBattleTextboxPalette[]; //palette -extern const struct SpriteSheet sUnknown_0820A3B0; -extern const struct SpriteSheet sUnknown_0820A3B8; -extern const struct SpritePalette sUnknown_0820A3C0; bool8 GetSetPokedexFlag(u16 nationalNum, u8 caseID); u8 sav1_map_get_name(void); |