diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-05 17:23:06 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-05 17:23:06 -0400 |
commit | 139e117d0717c69ae4c47a8d1a040267ee28d91d (patch) | |
tree | 103cb36abe028d259066c0a582cf78a01380c21d /constants/connection_constants.asm | |
parent | 56da1f9b662d0e3db8f8405ffb12060d69d66c86 (diff) |
Fix EOL to LF to make push requests more doable.
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-x | constants/connection_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/connection_constants.asm b/constants/connection_constants.asm index 389ba867..9b24ef6b 100755 --- a/constants/connection_constants.asm +++ b/constants/connection_constants.asm @@ -1,5 +1,5 @@ -; connection directions
-EAST EQU 1
-WEST EQU 2
-SOUTH EQU 4
+; connection directions +EAST EQU 1 +WEST EQU 2 +SOUTH EQU 4 NORTH EQU 8
\ No newline at end of file |