From b607821bf693e49612afd3580d13e9734f13c5a1 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 23 Mar 2020 17:34:12 -0400 Subject: Move evobjmv data up to movement type func tables to src --- include/constants/global.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/constants') diff --git a/include/constants/global.h b/include/constants/global.h index 28fe660e3..f8cfaa4b0 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -78,5 +78,9 @@ #define DIR_NORTH 2 #define DIR_WEST 3 #define DIR_EAST 4 +#define DIR_SOUTHWEST 5 +#define DIR_SOUTHEAST 6 +#define DIR_NORTHWEST 7 +#define DIR_NORTHEAST 8 #endif //GUARD_CONSTANTS_GLOBAL_H -- cgit v1.2.3