summaryrefslogtreecommitdiff
path: root/data/items/attributes.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-05 07:04:54 -0400
committerGitHub <noreply@github.com>2018-06-05 07:04:54 -0400
commitdbf05e48ebe2cd841a3d710f5bc9f24db2f068a0 (patch)
tree2b05ffe9e84a2c6212da18169141cfaa1ed40dd4 /data/items/attributes.asm
parentc61d6a3a5a602d5594071e9446bb3d93b5d99a75 (diff)
parent6f4e968b7038a2478c6bcf98b71aa81ed9d21f6a (diff)
Merge pull request #517 from mid-kid/master
Some fixes all around
Diffstat (limited to 'data/items/attributes.asm')
-rw-r--r--data/items/attributes.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/items/attributes.asm b/data/items/attributes.asm
index 9f669e979..e0198e3ad 100644
--- a/data/items/attributes.asm
+++ b/data/items/attributes.asm
@@ -269,7 +269,7 @@ ItemAttributes: ; 67c1
item_attribute 0, HELD_NONE, 0, CANT_SELECT | CANT_TOSS, KEY_ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
; STARDUST
item_attribute 2000, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
-; STAR PIECE
+; STAR_PIECE
item_attribute 9800, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
; BASEMENT_KEY
item_attribute 0, HELD_NONE, 0, CANT_SELECT | CANT_TOSS, KEY_ITEM, ITEMMENU_CLOSE, ITEMMENU_NOUSE