summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-21 14:03:35 -0500
committerGriffinR <griffin.richards@comcast.net>2019-11-21 14:03:35 -0500
commit4c52cf9ed15f01f949fbf2139444f674694e446d (patch)
tree1bfe563ba2fdb0cfeb29c17c0325bbb41d05391f /include
parent86c08330c4a3f068a9618d5c80e06b9b8b6480c9 (diff)
Fix event constant file names
Diffstat (limited to 'include')
-rwxr-xr-xinclude/constants/event_bg.h (renamed from include/constants/bg_event_constants.h)6
-rwxr-xr-xinclude/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