diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/constants/event_bg.h (renamed from include/constants/bg_event_constants.h) | 6 | ||||
-rwxr-xr-x | include/constants/event_object_movement.h (renamed from include/constants/event_object_movement_constants.h) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/bg_event_constants.h b/include/constants/event_bg.h index a915bc509..64f3331b8 100755 --- a/include/constants/bg_event_constants.h +++ b/include/constants/event_bg.h @@ -1,5 +1,5 @@ -#ifndef GUARD_CONSTANTS_BG_EVENT_H -#define GUARD_CONSTANTS_BG_EVENT_H +#ifndef GUARD_CONSTANTS_EVENT_BG_H +#define GUARD_CONSTANTS_EVENT_BG_H #define BG_EVENT_PLAYER_FACING_ANY 0 #define BG_EVENT_PLAYER_FACING_NORTH 1 @@ -10,4 +10,4 @@ #define BG_EVENT_HIDDEN_ITEM 7 #define BG_EVENT_SECRET_BASE 8 -#endif // GUARD_CONSTANTS_BG_EVENT_H +#endif // GUARD_CONSTANTS_EVENT_BG_H diff --git a/include/constants/event_object_movement_constants.h b/include/constants/event_object_movement.h index 6a4405b65..6a4405b65 100755 --- a/include/constants/event_object_movement_constants.h +++ b/include/constants/event_object_movement.h |