diff options
author | YamaArashi <shadow962@live.com> | 2016-07-10 12:00:33 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-10 12:00:33 -0700 |
commit | 515615d8abf4394f9774085d43a0fe7cb30b15e2 (patch) | |
tree | 0c8fba047789fb4db0dafb2e696d1c9b9ee62985 /constants/misc_constants.s | |
parent | ad3980b867d9a2f5057447baf6126af1f660cae9 (diff) |
misc map-related incbins
Diffstat (limited to 'constants/misc_constants.s')
-rw-r--r-- | constants/misc_constants.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/misc_constants.s b/constants/misc_constants.s index 5fa58cfe8..2ff67345c 100644 --- a/constants/misc_constants.s +++ b/constants/misc_constants.s @@ -23,3 +23,8 @@ .set OBJ_IMAGE_ANIM_H_FLIP, 1 << 6 .set OBJ_IMAGE_ANIM_V_FLIP, 1 << 7 + + .equiv DIR_SOUTH, 1 + .equiv DIR_NORTH, 2 + .equiv DIR_WEST, 3 + .equiv DIR_EAST, 4 |