From fac958b280056922a1828b71a04d84a36e1e807a Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 20 Sep 2020 13:58:03 -0400 Subject: - Remove trailing whitespace - Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X --- data/items/attributes.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/items') diff --git a/data/items/attributes.asm b/data/items/attributes.asm index 9975dc2..bb6d696 100644 --- a/data/items/attributes.asm +++ b/data/items/attributes.asm @@ -2,9 +2,9 @@ include "constants.asm" item_attribute: MACRO ; price, held effect, parameter, property, pocket, field menu, battle menu - dw \1 - db \2, \3, \4, \5 - dn \6, \7 + dw \1 + db \2, \3, \4, \5 + dn \6, \7 ENDM SECTION "data/items/attributes.asm", ROMX -- cgit v1.2.3