summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2019-09-03 22:22:14 -0400
committerGitHub <noreply@github.com>2019-09-03 22:22:14 -0400
commit6b04ea0727973e66227b31caa2ccdcb6f2b4891f (patch)
tree4d5e4e5d1b6e480bd195d8a9a29703e6475cc2e9 /include/global.fieldmap.h
parentecf2097abb1481109578b7b8260fd40606f27abe (diff)
parent1f4c88c95243e8d75f25d5b7868c837c47aa578d (diff)
Merge branch 'master' into document-eventscripts
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index b5a86e311..a17180589 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -267,19 +267,6 @@ enum
enum
{
- DIR_NONE,
- DIR_SOUTH,
- DIR_NORTH,
- DIR_WEST,
- DIR_EAST,
- DIR_SOUTHWEST,
- DIR_SOUTHEAST,
- DIR_NORTHWEST,
- DIR_NORTHEAST,
-};
-
-enum
-{
COLLISION_LEDGE_JUMP = 6
};