diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-15 00:46:25 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-15 00:51:31 -0700 |
commit | 944b907a2624c1cd5144e8fffe224b509676b844 (patch) | |
tree | 0743d9cb10327706f4481be204eda934d9b65b38 /include/trainer_card.h | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) |
decompile battle_records
Diffstat (limited to 'include/trainer_card.h')
-rw-r--r-- | include/trainer_card.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/trainer_card.h b/include/trainer_card.h index bd0c808dd..07c944b54 100644 --- a/include/trainer_card.h +++ b/include/trainer_card.h @@ -49,4 +49,6 @@ bool8 sub_8093C0C(struct TrainerCard *trainerCard); bool8 sub_8093C38(); bool8 sub_8093D50(void); +extern struct TrainerCard gTrainerCards[4]; + #endif // GUARD_TRAINER_CARD_H |