From 10fd288ab4929e1bb6cf761b9412e58b1f7f934b Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Mon, 1 Jun 2015 22:15:02 -0500 Subject: Add newlines to EOFs --- constants/item_constants.asm | 2 +- constants/palette_constants.asm | 2 +- constants/trainer_constants.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 constants/item_constants.asm mode change 100644 => 100755 constants/palette_constants.asm mode change 100644 => 100755 constants/trainer_constants.asm (limited to 'constants') diff --git a/constants/item_constants.asm b/constants/item_constants.asm old mode 100644 new mode 100755 index be320371..be251e62 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -138,4 +138,4 @@ TM_46 EQU $F6 TM_47 EQU $F7 TM_48 EQU $F8 TM_49 EQU $F9 -TM_50 EQU $FA \ No newline at end of file +TM_50 EQU $FA diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm old mode 100644 new mode 100755 index 669c5296..981f621d --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -35,4 +35,4 @@ PAL_YELLOWBAR EQU $20 PAL_REDBAR EQU $21 PAL_BADGE EQU $22 PAL_CAVE EQU $23 -PAL_GAMEFREAK EQU $24 \ No newline at end of file +PAL_GAMEFREAK EQU $24 diff --git a/constants/trainer_constants.asm b/constants/trainer_constants.asm old mode 100644 new mode 100755 index 37a51376..f98352f9 --- a/constants/trainer_constants.asm +++ b/constants/trainer_constants.asm @@ -45,4 +45,4 @@ SONY3 EQU $2B LORELEI EQU $2C CHANNELER EQU $2D AGATHA EQU $2E -LANCE EQU $2F \ No newline at end of file +LANCE EQU $2F -- cgit v1.3.1-sl0p