summaryrefslogtreecommitdiff
path: root/constants/connection_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-xconstants/connection_constants.asm14
1 files changed, 9 insertions, 5 deletions
diff --git a/constants/connection_constants.asm b/constants/connection_constants.asm
index 389ba867..154c4163 100755
--- a/constants/connection_constants.asm
+++ b/constants/connection_constants.asm
@@ -1,5 +1,9 @@
-; connection directions
-EAST EQU 1
-WEST EQU 2
-SOUTH EQU 4
-NORTH EQU 8 \ No newline at end of file
+; 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