diff options
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/mystery_gift.h (renamed from include/constants/mevent.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/mevent.h b/include/constants/mystery_gift.h index 636043fdb..07690e37c 100644 --- a/include/constants/mevent.h +++ b/include/constants/mystery_gift.h @@ -1,5 +1,5 @@ -#ifndef GUARD_CONSTANTS_MEVENT_H -#define GUARD_CONSTANTS_MEVENT_H +#ifndef GUARD_CONSTANTS_MYSTERY_GIFT_H +#define GUARD_CONSTANTS_MYSTERY_GIFT_H #define GET_NUM_STAMPS 0 #define GET_MAX_STAMPS 1 @@ -44,4 +44,4 @@ #define WONDER_CARD_FLAG_OFFSET 1000 -#endif //GUARD_MEVENT_H +#endif //GUARD_CONSTANTS_MYSTERY_GIFT_H |