diff options
author | SphericalIce <sphericalice@outlook.com> | 2021-02-14 19:25:23 +0000 |
---|---|---|
committer | SphericalIce <sphericalice@outlook.com> | 2021-02-14 19:25:23 +0000 |
commit | 70ff6c3b848ed16eaf63f0ff8445a8a6706250b7 (patch) | |
tree | f06bca1d934aa1fc711dbe050dab96647d8f1acc /include/trainer_see.h | |
parent | 78925916f3fcceca714b8a9ffa8400e33470eae3 (diff) |
Rename 'hidden' Trainers/obj events to 'buried'
Diffstat (limited to 'include/trainer_see.h')
-rw-r--r-- | include/trainer_see.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trainer_see.h b/include/trainer_see.h index 7a20671ea..ab808c720 100644 --- a/include/trainer_see.h +++ b/include/trainer_see.h @@ -17,7 +17,7 @@ extern bool8 gTrainerApproachedPlayer; extern u8 gApproachingTrainerId; bool8 CheckForTrainersWantingBattle(void); -void SetHiddenTrainerMovement(struct ObjectEvent *var); +void SetBuriedTrainerMovement(struct ObjectEvent *var); void DoTrainerApproach(void); void TryPrepareSecondApproachingTrainer(void); u8 FldEff_ExclamationMarkIcon(void); |