summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
commitee6942683882e2abd4bde79f8355b71abbd21af9 (patch)
tree20777187e2b57fa19eae08ad3ae7a7a5098f6726 /src/pokemon.c
parent0f6cc27e81d4985d61e5caa669027801d520a122 (diff)
Eliminate more externs
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index a35033d49..a984abbb9 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -10,6 +10,7 @@
#include "battle_tower.h"
#include "event_data.h"
#include "evolution_scene.h"
+#include "field_specials.h"
#include "item.h"
#include "link.h"
#include "main.h"
@@ -72,10 +73,6 @@ extern const struct CompressedSpritePalette gMonPaletteTable[];
extern const struct CompressedSpritePalette gMonShinyPaletteTable[];
extern const u8 gTrainerClassNames[][13];
-extern u16 get_unknown_box_id(void);
-extern void set_unknown_box_id(u8);
-extern bool8 sub_806F104(void);
-
// this file's functions
static u16 CalculateBoxMonChecksum(struct BoxPokemon *boxMon);
static union PokemonSubstruct *GetSubstruct(struct BoxPokemon *boxMon, u32 personality, u8 substructType);