diff options
author | huderlem <huderlem@gmail.com> | 2019-03-08 13:28:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 13:28:49 -0600 |
commit | d637317e324a9055ae42286046dd4b081f39d51a (patch) | |
tree | 99c243e92cae64a2b60b5c4b86e161db9072a7b0 /src/trainer_card.c | |
parent | bd157b301dea3526a4c373737dc8167d9a02b168 (diff) | |
parent | 5886f82ef5593fda68687c2e44b2feef76028ce3 (diff) |
Merge pull request #592 from Phlosioneer/extern-cleanup
Extern cleanup
Diffstat (limited to 'src/trainer_card.c')
-rwxr-xr-x | src/trainer_card.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/trainer_card.c b/src/trainer_card.c index cd8b34865..01839d598 100755 --- a/src/trainer_card.c +++ b/src/trainer_card.c @@ -21,6 +21,7 @@ #include "gpu_regs.h" #include "international_string_util.h" #include "pokedex.h" +#include "pokemon_icon.h" #include "graphics.h" #include "pokemon_icon.h" #include "trainer_pokemon_sprites.h" @@ -89,9 +90,6 @@ struct TrainerCardData u8 language; }; -//external functions -extern u8 sub_80D30A0(u16); - // EWRAM EWRAM_DATA struct TrainerCard gTrainerCards[4] = {0}; EWRAM_DATA static struct TrainerCardData *sData = NULL; |