diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-19 17:18:44 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-19 17:18:44 +0100 |
commit | b7a23353471ade3bffa5108e45b79eb1a6f19a65 (patch) | |
tree | a9ecedd0a1916e4ba5fe44380485874cd63bf094 /include/trainer_see.h | |
parent | 574435698942634f7e1bdf800a62391e6c03b064 (diff) |
clean up trainer see file
Diffstat (limited to 'include/trainer_see.h')
-rw-r--r-- | include/trainer_see.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/trainer_see.h b/include/trainer_see.h index e61b12e2a..b1a48e962 100644 --- a/include/trainer_see.h +++ b/include/trainer_see.h @@ -5,19 +5,21 @@ struct ApproachingTrainer { u8 mapObjectId; u8 radius; // plus 1 - u8 field_2; - u8 field_3; const u8 *trainerScriptPtr; u8 taskId; - u8 field_9; - u8 field_A; - u8 field_B; }; extern struct ApproachingTrainer gApproachingTrainers[2]; -void sub_80B4578(struct MapObject *); +bool8 CheckForTrainersWantingBattle(void); +void sub_80B4578(struct MapObject *var); +void EndTrainerApproach(void); +void sub_80B45D0(void); +u8 FldEff_ExclamationMarkIcon1(void); +u8 FldEff_ExclamationMarkIcon2(void); +u8 FldEff_HeartIcon(void); u8 GetCurrentApproachingTrainerMapObjectId(void); -void sub_8155D78(struct MapObject *); +u8 GetChosenApproachingTrainerMapObjectId(u8 arrayId); +void sub_80B4808(void); #endif // GUARD_TRAINER_SEE_H |