diff options
Diffstat (limited to 'include/constants/trainers.h')
-rw-r--r-- | include/constants/trainers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h index 49cd94c1c..dfbe00082 100644 --- a/include/constants/trainers.h +++ b/include/constants/trainers.h @@ -1,5 +1,5 @@ -#ifndef GUARD_TRAINERS_H -#define GUARD_TRAINERS_H +#ifndef GUARD_CONSTANTS_TRAINERS_H +#define GUARD_CONSTANTS_TRAINERS_H #define TRAINER_ENCOUNTER_MUSIC_MALE 0 // standard male encounter music #define TRAINER_ENCOUNTER_MUSIC_FEMALE 1 // standard female encounter music @@ -918,4 +918,4 @@ #define F_TRAINER_PARTY_CUSTOM_MOVESET (1 << 0) #define F_TRAINER_PARTY_HELD_ITEM (1 << 1) -#endif // GUARD_TRAINERS_H +#endif // GUARD_CONSTANTS_TRAINERS_H |