summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-09 13:25:10 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-09 13:25:10 -0500
commita40c63fe4896ccd76f6f63bdbd940de8cc946fae (patch)
tree7f9b277735eea8cc9cfc7e27bbf82756bfd265b3 /include/global.fieldmap.h
parentc39d295386654b34982d384a332b8cb7b2e55e24 (diff)
Use dir constants
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index e567c6d5f..4402d5042 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -269,15 +269,6 @@ enum
enum
{
- DIR_NONE,
- DIR_SOUTH,
- DIR_NORTH,
- DIR_WEST,
- DIR_EAST,
-};
-
-enum
-{
COLLISION_LEDGE_JUMP = 6
};