summaryrefslogtreecommitdiff
path: root/constants/connection_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-xconstants/connection_constants.asm9
1 files changed, 0 insertions, 9 deletions
diff --git a/constants/connection_constants.asm b/constants/connection_constants.asm
deleted file mode 100755
index 154c4163..00000000
--- a/constants/connection_constants.asm
+++ /dev/null
@@ -1,9 +0,0 @@
-; width of east/west connections
-; height of north/south connections
-MAP_BORDER EQU 3
-
-; connection directions
-EAST EQU 1
-WEST EQU 2
-SOUTH EQU 4
-NORTH EQU 8