diff options
author | Marcus Huderle <huderlem@gmail.com> | 2013-12-15 16:18:14 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2013-12-15 16:18:14 -0600 |
commit | 549fe35420c2cd114cafa5997633297fa3ff9290 (patch) | |
tree | 454f88103f1a3616612afd73bc532adbdf036459 /constants/connection_constants.asm | |
parent | ac9e6221441aa17666f556ea4ad35ecdeaccc56a (diff) | |
parent | 323a1a638fb2b35a93506f1c3ca13f87e9357467 (diff) |
Merged and fixed incbin conflicts with Danny.
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 |