diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-26 17:07:52 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-26 17:07:52 -0400 |
commit | 402f2643bd9159638002b18010d09fa3309c1f9f (patch) | |
tree | 2ccf4cd24a17630ed107bc5749eaf998927d5476 /include/constants/global.h | |
parent | d69a051df50232dbc0c2d0b595d5eeb0d5fb3133 (diff) | |
parent | 7a6d4525c4066038832d85a45ed6df6ab4660309 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into field_player_avatar
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |