aboutsummaryrefslogtreecommitdiffstats
path: root/constants/connection_constants.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-05 17:23:06 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-05 17:23:06 -0400
commit139e117d0717c69ae4c47a8d1a040267ee28d91d (patch)
tree103cb36abe028d259066c0a582cf78a01380c21d /constants/connection_constants.asm
parentMore Bank3f functions. (diff)
downloadpokeyellow-139e117d0717c69ae4c47a8d1a040267ee28d91d.tar.gz
pokeyellow-139e117d0717c69ae4c47a8d1a040267ee28d91d.tar.xz
pokeyellow-139e117d0717c69ae4c47a8d1a040267ee28d91d.zip
Fix EOL to LF to make push requests more doable.
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-xconstants/connection_constants.asm8
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