diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-01 22:13:46 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-01 22:13:46 -0500 |
| commit | 08b939375ec2eac1512c4dbddd184de6bbca8b98 (patch) | |
| tree | 64a4dbfe273fcac67e9f45316d6bd1ef7b0629e3 /constants/connection_constants.asm | |
| parent | Comment wram.asm (diff) | |
| download | pokeyellow-08b939375ec2eac1512c4dbddd184de6bbca8b98.tar.gz pokeyellow-08b939375ec2eac1512c4dbddd184de6bbca8b98.tar.xz pokeyellow-08b939375ec2eac1512c4dbddd184de6bbca8b98.zip | |
EOL Windows->UNIX
Diffstat (limited to 'constants/connection_constants.asm')
| -rwxr-xr-x | constants/connection_constants.asm | 10 |
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 |
