summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorGriffinR <25753467+GriffinRichards@users.noreply.github.com>2019-08-07 21:18:21 -0400
committerhuderlem <huderlem@gmail.com>2019-08-21 17:11:06 -0500
commita46f7952f9c820ab2e8bf633e2b2d2541a31cf01 (patch)
treec1debcecf403ac06393c2d301e79d9fcc41cced1 /include/global.fieldmap.h
parenta4d5624ad6ab4535c448df9302517a9c983418e3 (diff)
Use DIR constants for createvobject
Also uses event object ids in LinkContestRoom1
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
};