diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-20 19:32:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 19:32:09 -0700 |
commit | e4c1e80941c62b9d1dfe6312173e800de7439175 (patch) | |
tree | 5bb3263a3911bddcb64ce840c6fa08f74d1e3eaa /include/trainer_card.h | |
parent | 22160bc59c9e508e58b34b63ba7afaee6313d679 (diff) | |
parent | 3606fccc83333c9f96428f738287f0f84500dd27 (diff) |
Merge branch 'master' into battle_records
Diffstat (limited to 'include/trainer_card.h')
-rw-r--r-- | include/trainer_card.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/trainer_card.h b/include/trainer_card.h index 07c944b54..b9d3ca081 100644 --- a/include/trainer_card.h +++ b/include/trainer_card.h @@ -33,22 +33,6 @@ void sub_8093130(u8, void (*)(void)); void sub_8093390(struct TrainerCard *); u8 sub_80934C4(u8 id); -// gUnknown_083B5EBC:: @ 83B5EBC -bool8 sub_8093864(); -bool8 sub_80938A8(); -bool8 sub_80938CC(); -bool8 sub_8093918(); -bool8 sub_8093938(); -bool8 sub_8093954(); -bool8 sub_8093980(); - -// gUnknown_083B5ED8:: @ 83B5ED8 -bool8 sub_8093AA0(); -bool8 sub_8093AF0(); -bool8 sub_8093C0C(struct TrainerCard *trainerCard); -bool8 sub_8093C38(); -bool8 sub_8093D50(void); - extern struct TrainerCard gTrainerCards[4]; #endif // GUARD_TRAINER_CARD_H |