aboutsummaryrefslogtreecommitdiffstats
path: root/constants/connection_constants.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-06-04 23:02:28 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-06-04 23:02:28 -0500
commitc43c338a5f7d90494b7e6e67c6533288bd28117d (patch)
treea2ab7437ff9980a9debb73a4c4ece6a4650455f5 /constants/connection_constants.asm
parentFix a hardcoded value by replacing it with a variable. (diff)
parentANSI->UTF-8 (diff)
downloadpokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.tar.gz
pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.tar.xz
pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.zip
Merge pull request #96 from dannye/master
wram comments, EOLs, EOFs, and UTF-8
Diffstat (limited to 'constants/connection_constants.asm')
-rwxr-xr-xconstants/connection_constants.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/constants/connection_constants.asm b/constants/connection_constants.asm
index 389ba867..916d6c4f 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
-NORTH EQU 8 \ No newline at end of file
+; connection directions
+EAST EQU 1
+WEST EQU 2
+SOUTH EQU 4
+NORTH EQU 8