Rebrand 'map object' and 'field object' to 'event object'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
struct ApproachingTrainer
|
||||
{
|
||||
u8 mapObjectId;
|
||||
u8 eventObjectId;
|
||||
u8 radius; // plus 1
|
||||
const u8 *trainerScriptPtr;
|
||||
u8 taskId;
|
||||
@@ -17,14 +17,14 @@ extern u8 gUnknown_030060AC;
|
||||
extern u8 gApproachingTrainerId;
|
||||
|
||||
bool8 CheckForTrainersWantingBattle(void);
|
||||
void sub_80B4578(struct MapObject *var);
|
||||
void sub_80B4578(struct EventObject *var);
|
||||
void EndTrainerApproach(void);
|
||||
void sub_80B45D0(void);
|
||||
u8 FldEff_ExclamationMarkIcon1(void);
|
||||
u8 FldEff_ExclamationMarkIcon2(void);
|
||||
u8 FldEff_HeartIcon(void);
|
||||
u8 GetCurrentApproachingTrainerMapObjectId(void);
|
||||
u8 GetChosenApproachingTrainerMapObjectId(u8 arrayId);
|
||||
u8 GetCurrentApproachingTrainerEventObjectId(void);
|
||||
u8 GetChosenApproachingTrainerEventObjectId(u8 arrayId);
|
||||
void sub_80B4808(void);
|
||||
|
||||
#endif // GUARD_TRAINER_SEE_H
|
||||
|
||||
Reference in New Issue
Block a user