diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
commit | ee6942683882e2abd4bde79f8355b71abbd21af9 (patch) | |
tree | 20777187e2b57fa19eae08ad3ae7a7a5098f6726 /src/pokemon_size_record.c | |
parent | 0f6cc27e81d4985d61e5caa669027801d520a122 (diff) |
Eliminate more externs
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r-- | src/pokemon_size_record.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c index b0e14d2b1..98d83d8ce 100644 --- a/src/pokemon_size_record.c +++ b/src/pokemon_size_record.c @@ -1,5 +1,6 @@ #include "global.h" #include "event_data.h" +#include "pokedex.h" #include "pokemon.h" #include "pokemon_size_record.h" #include "string_util.h" @@ -15,9 +16,6 @@ struct UnknownStruct u16 unk4; }; -extern u16 GetPokedexHeightWeight(u16 dexNo, bool8 height); -extern u16 SpeciesToNationalPokedexNum(u16 species); - static const struct UnknownStruct sBigMonSizeTable[] = { { 290, 1, 0 }, |