diff --git a/NHSE.Core/Resources/byte/item_menuicon.bin b/NHSE.Core/Resources/byte/item_menuicon.bin
index 5d3305b..5d6766f 100644
Binary files a/NHSE.Core/Resources/byte/item_menuicon.bin and b/NHSE.Core/Resources/byte/item_menuicon.bin differ
diff --git a/NHSE.Core/Structures/Item/ItemMenuIconType.cs b/NHSE.Core/Structures/Item/ItemMenuIconType.cs
index 5db0786..7a8b911 100644
--- a/NHSE.Core/Structures/Item/ItemMenuIconType.cs
+++ b/NHSE.Core/Structures/Item/ItemMenuIconType.cs
@@ -5,7 +5,6 @@ namespace NHSE.Core
///
public enum ItemMenuIconType : ushort
{
- _0x19191B2D,
Akoyagai,
Amaebi,
Anemone0,
@@ -159,6 +158,7 @@ public enum ItemMenuIconType : ushort
FishYellowparch,
FishZarigani,
Floor,
+ Flowershower,
Fossil,
FossilJ,
FtrFishRanchu,
diff --git a/NHSE.Parsing/Resources/specs_130.txt b/NHSE.Parsing/Resources/specs_130.txt
index 6ab12cf..c46ed26 100644
--- a/NHSE.Parsing/Resources/specs_130.txt
+++ b/NHSE.Parsing/Resources/specs_130.txt
@@ -5343,3 +5343,4 @@
('FeatherPpl' , 'むらさきのはね'),
('FeatherRainbow' , 'にじいろのはね'),
('JuiceShamrock' , 'シャムロックソーダ'),
+ ('Flowershower' , 'フラワーシャワー'),
diff --git a/NHSE.Sprites/Properties/Resources.Designer.cs b/NHSE.Sprites/Properties/Resources.Designer.cs
index 69cb563..b3cea22 100644
--- a/NHSE.Sprites/Properties/Resources.Designer.cs
+++ b/NHSE.Sprites/Properties/Resources.Designer.cs
@@ -3340,6 +3340,16 @@ internal class Resources {
}
}
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap Flowershower {
+ get {
+ object obj = ResourceManager.GetObject("Flowershower", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
diff --git a/NHSE.Sprites/Properties/Resources.resx b/NHSE.Sprites/Properties/Resources.resx
index 597e0de..e02c0df 100644
--- a/NHSE.Sprites/Properties/Resources.resx
+++ b/NHSE.Sprites/Properties/Resources.resx
@@ -1102,6 +1102,9 @@
..\Resources\MenuIcon\Floor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\MenuIcon\Flowershower.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\MenuIcon\Fossil.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
diff --git a/NHSE.Sprites/Resources/MenuIcon/Flowershower.png b/NHSE.Sprites/Resources/MenuIcon/Flowershower.png
new file mode 100644
index 0000000..134e03b
Binary files /dev/null and b/NHSE.Sprites/Resources/MenuIcon/Flowershower.png differ