diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:51:08 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:51:08 -0700 |
commit | 11e1fd7c88ce667ea56a27b8aa7c6d22aa09bb2d (patch) | |
tree | dbb7c25494a9e7a98160e3f35bfedd2b3cd2cfc8 | |
parent | 497f9b6602ddd9c218e83fac7cc01733da5e7326 (diff) |
Add missing newlines to ends of files.
hg-commit-id: b807e5dc9cef
-rw-r--r-- | pokeblue.asm | 2 | ||||
-rw-r--r-- | pokered.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pokeblue.asm b/pokeblue.asm index 74fd7e51..8e241791 100644 --- a/pokeblue.asm +++ b/pokeblue.asm @@ -1,3 +1,3 @@ _RED EQU 0 _BLUE EQU 1 -INCLUDE "common.tx"
\ No newline at end of file +INCLUDE "common.tx" diff --git a/pokered.asm b/pokered.asm index 7d73ecc9..0fb863a4 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,3 +1,3 @@ _RED EQU 1 _BLUE EQU 0 -INCLUDE "common.tx"
\ No newline at end of file +INCLUDE "common.tx" |