diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 10:34:29 -0500 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 10:37:17 -0500 |
commit | 23c7161bbcd0e3412fc30a59c68cf4296fdd7dca (patch) | |
tree | fd3ec9ed3996c465bea9189a0119fb711e99e1b9 /constants/connection_constants.asm | |
parent | d4d4481df061dc250e2f85ea17103b873df8b49a (diff) |
Clean up constants
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-x | constants/connection_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/connection_constants.asm b/constants/connection_constants.asm new file mode 100755 index 00000000..389ba867 --- /dev/null +++ b/constants/connection_constants.asm @@ -0,0 +1,5 @@ +; connection directions
+EAST EQU 1
+WEST EQU 2
+SOUTH EQU 4
+NORTH EQU 8
\ No newline at end of file |