shithub: pokered

Download patch

ref: 11e1fd7c88ce667ea56a27b8aa7c6d22aa09bb2d
parent: 497f9b6602ddd9c218e83fac7cc01733da5e7326
author: IIMarckus <iimarckus@gmail.com>
date: Tue Jan 17 19:51:08 EST 2012

Add missing newlines to ends of files.

hg-commit-id: b807e5dc9cef


--- 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"
--- 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"