diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-05 13:03:05 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-05 13:03:05 -0500 |
| commit | 96c058f0a7c6864924a3aac7eed667a450c1dd71 (patch) | |
| tree | 394fe11bde89e27a3369bf36dd7a51a5eb74bb11 /data/items | |
| parent | f8f32941306615879b42b2af8894e65d82ee4a16 (diff) | |
No redundant item effect labels
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/attributes.asm | 2 | ||||
| -rw-r--r-- | data/items/descriptions.asm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/items/attributes.asm b/data/items/attributes.asm index 5212be6d2..d92c161aa 100644 --- a/data/items/attributes.asm +++ b/data/items/attributes.asm @@ -6,7 +6,7 @@ item_attribute: MACRO ENDM ItemAttributes: ; 67c1 -; entries correspond to constants/item_constants.asm +; entries correspond to item ids ; MASTER_BALL item_attribute 0, 0, 0, CANT_SELECT, BALL, ITEMMENU_NOUSE, ITEMMENU_CLOSE ; ULTRA_BALL diff --git a/data/items/descriptions.asm b/data/items/descriptions.asm index 20542b9e0..e0f009047 100644 --- a/data/items/descriptions.asm +++ b/data/items/descriptions.asm @@ -1,4 +1,5 @@ ItemDescriptions: +; entries correspond to item ids dw MasterBallDesc dw UltraBallDesc dw BrightpowderDesc |
