summaryrefslogtreecommitdiff
path: root/constants/connection_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-xconstants/connection_constants.asm5
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