diff --git a/P3D/Pokemon/Monster/Resource/PokemonForms.vb b/P3D/Pokemon/Monster/Resource/PokemonForms.vb index 6393a7846..d9a7bafb7 100644 --- a/P3D/Pokemon/Monster/Resource/PokemonForms.vb +++ b/P3D/Pokemon/Monster/Resource/PokemonForms.vb @@ -278,7 +278,7 @@ Public Class PokemonForms Public Overridable Function GetMenuImageSize(ByVal P As Pokemon) As Size Dim sheet As String = GetSheetName(P) - Dim _size As Integer = CInt(TextureManager.GetTexture(sheet).Width / 32) + Dim _size As Integer = CInt(TextureManager.GetTexture("GUI\PokemonMenu\" & sheet).Width / 32) Return New Size(_size, _size) End Function