diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-06-23 12:24:51 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-06-23 12:24:51 -0600 |
commit | 4d532beee6310c8cfd1d8f7d26d623d176fb0027 (patch) | |
tree | 6f5a67a40da7909284279d4566783c4ded59c90f /items | |
parent | 47938939fe299d9ce3d2d167a1af42096d71a8fe (diff) |
Remove trailing newlines.
Diffstat (limited to 'items')
-rw-r--r-- | items/item_attributes.asm | 2 | ||||
-rw-r--r-- | items/item_descriptions.asm | 1 | ||||
-rw-r--r-- | items/item_effects.asm | 1 | ||||
-rw-r--r-- | items/item_names.asm | 1 | ||||
-rw-r--r-- | items/marts.asm | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/items/item_attributes.asm b/items/item_attributes.asm index d35011f70..d251bfcac 100644 --- a/items/item_attributes.asm +++ b/items/item_attributes.asm @@ -2049,5 +2049,3 @@ Item2Attributes: db 0 ; can select + toss db ITEM db $00 ; can't use - - diff --git a/items/item_descriptions.asm b/items/item_descriptions.asm index cd8b961ba..9309b811d 100644 --- a/items/item_descriptions.asm +++ b/items/item_descriptions.asm @@ -1040,4 +1040,3 @@ TeruSama32Desc: TeruSama33Desc: db "?@" - diff --git a/items/item_effects.asm b/items/item_effects.asm index 5f594c1c7..377bd46da 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -3301,4 +3301,3 @@ Functionf969: ; f969 add hl, bc ret ; f971 - diff --git a/items/item_names.asm b/items/item_names.asm index 8e3b6cd48..7a31888b6 100644 --- a/items/item_names.asm +++ b/items/item_names.asm @@ -254,4 +254,3 @@ db "TERU-SAMA@" db "TERU-SAMA@" db "?@" - diff --git a/items/marts.asm b/items/marts.asm index 16a0695c4..a11b8a5bb 100644 --- a/items/marts.asm +++ b/items/marts.asm @@ -440,4 +440,3 @@ DefaultMart: ; 16214 db POTION db $ff ; 16218 - |