aboutsummaryrefslogtreecommitdiffstats
path: root/constants/connection_constants.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2013-12-15 16:18:14 -0600
committerMarcus Huderle <huderlem@gmail.com>2013-12-15 16:18:14 -0600
commit549fe35420c2cd114cafa5997633297fa3ff9290 (patch)
tree454f88103f1a3616612afd73bc532adbdf036459 /constants/connection_constants.asm
parentNicknaming screen loads the 'ED' symbol separately. (diff)
parentincbin killing part 2 (diff)
downloadpokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.tar.gz
pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.tar.xz
pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.zip
Merged and fixed incbin conflicts with Danny.
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