diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-06-04 11:35:27 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-06-04 11:35:27 +0200 |
commit | e8f847b5376615341d87bc033a5dd2122a300ec0 (patch) | |
tree | 0f8cccd1bf4ca60bdab4845c0a899f35377cabb3 /data/items/attributes.asm | |
parent | 5e9c785b3f5c4638e61a0e58a11b79566a054636 (diff) |
Use structure constants for channel_struct
Diffstat (limited to 'data/items/attributes.asm')
-rw-r--r-- | data/items/attributes.asm | 2 |
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 |