diff --git a/P3D/Content/Items/ItemSheet.png b/P3D/Content/Items/ItemSheet.png index 39a4f2060..34868670c 100644 Binary files a/P3D/Content/Items/ItemSheet.png and b/P3D/Content/Items/ItemSheet.png differ diff --git a/P3D/Pokemon/Items/Standard/PeatBlock.vb b/P3D/Pokemon/Items/Standard/PeatBlock.vb index f06f38eab..232134945 100644 --- a/P3D/Pokemon/Items/Standard/PeatBlock.vb +++ b/P3D/Pokemon/Items/Standard/PeatBlock.vb @@ -12,7 +12,7 @@ Namespace Items.Standard Public Overrides ReadOnly Property CanBeUsed As Boolean = False Public Sub New() - _textureRectangle = New Rectangle(312, 192, 24, 24) + _textureRectangle = New Rectangle(408, 408, 24, 24) End Sub End Class diff --git a/P3D/Pokemon/Items/Stones/BlackAurugite.vb b/P3D/Pokemon/Items/Stones/BlackAurugite.vb index 51c2d910a..e9f3d1159 100644 --- a/P3D/Pokemon/Items/Stones/BlackAurugite.vb +++ b/P3D/Pokemon/Items/Stones/BlackAurugite.vb @@ -8,7 +8,7 @@ Namespace Items.Standard Public Overrides ReadOnly Property Description As String = "A glassy black stone that produces a sharp cutting edge when split. It’s loved by a certain Pokémon." Public Sub New() - _textureRectangle = New Rectangle(336, 192, 24, 24) + _textureRectangle = New Rectangle(384, 408, 24, 24) End Sub End Class