diff options
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 - |