diff --git a/data/items.json b/data/items.json index 4cd17561..5e1d9eca 100644 --- a/data/items.json +++ b/data/items.json @@ -4208,5 +4208,10 @@ "sid": 841, "name": "Galarica Cuff", "martyCategory": "nonbattle" + }, + "842": { + "sid": 842, + "name": "Galarica Wreath", + "martyCategory": "nonbattle" } } diff --git a/newsrc/minisprites/items/842.png b/newsrc/minisprites/items/842.png new file mode 100644 index 00000000..4f6ec8ff Binary files /dev/null and b/newsrc/minisprites/items/842.png differ diff --git a/ps-items.sheet.mjs b/ps-items.sheet.mjs index 171509fd..c7ad1f23 100644 --- a/ps-items.sheet.mjs +++ b/ps-items.sheet.mjs @@ -524,6 +524,7 @@ const ITEMS = { "tr90": 738, "tr92": 738, "galaricacuff": 739, + "galaricawreath": 740, }; const found = new Map;