diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 13:58:03 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 13:58:03 -0400 |
| commit | fac958b280056922a1828b71a04d84a36e1e807a (patch) | |
| tree | c094adc59182b253a61defb5fb85de7a9d77b7cc /data/items | |
| parent | bfb981f1885d21cc59d2656e84c87bb8d64a089c (diff) | |
- Remove trailing whitespace
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/attributes.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
