From 11e1fd7c88ce667ea56a27b8aa7c6d22aa09bb2d Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 18 Jan 2012 00:51:08 -0700 Subject: Add missing newlines to ends of files. hg-commit-id: b807e5dc9cef --- pokeblue.asm | 2 +- 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" -- cgit v1.2.3