summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-14 21:48:21 -0500
committerGitHub <noreply@github.com>2021-02-14 21:48:21 -0500
commit5f58ea02c66a7e1a7d0164ba497bfa2d7527328b (patch)
treeb55f6217cf8be32d8ca2794bab36138cf4315518 /include/constants
parentb79773023447216290efb6f36f3fc8fef03ce593 (diff)
parent70ff6c3b848ed16eaf63f0ff8445a8a6706250b7 (diff)
Merge pull request #1330 from sphericalice/hidden-to-buried
Rename 'hidden' Trainers/obj events to 'buried'
Diffstat (limited to 'include/constants')
-rwxr-xr-xinclude/constants/event_object_movement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/event_object_movement.h b/include/constants/event_object_movement.h
index 6a4405b65..223650081 100755
--- a/include/constants/event_object_movement.h
+++ b/include/constants/event_object_movement.h
@@ -64,7 +64,7 @@
#define MOVEMENT_TYPE_COPY_PLAYER_OPPOSITE_IN_GRASS 0x3C
#define MOVEMENT_TYPE_COPY_PLAYER_COUNTERCLOCKWISE_IN_GRASS 0x3D
#define MOVEMENT_TYPE_COPY_PLAYER_CLOCKWISE_IN_GRASS 0x3E
-#define MOVEMENT_TYPE_HIDDEN 0x3F
+#define MOVEMENT_TYPE_BURIED 0x3F
#define MOVEMENT_TYPE_WALK_IN_PLACE_DOWN 0x40
#define MOVEMENT_TYPE_WALK_IN_PLACE_UP 0x41
#define MOVEMENT_TYPE_WALK_IN_PLACE_LEFT 0x42