mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Show correct location name in habitat dex
This commit is contained in:
parent
a3e44cd510
commit
e7c3281a34
@ -1831,7 +1831,7 @@ Public Class PokedexViewScreen
|
||||
Core.SpriteBatch.Draw(Me.texture, New Rectangle(100 + 64 * 10, 160 + p * 96, 64, 64), New Rectangle(16, 16, 16, 16), Color.White, 0.0F, Vector2.Zero, SpriteEffects.FlipHorizontally, 0.0F)
|
||||
|
||||
Core.SpriteBatch.Draw(HabitatList(i).Texture, New Rectangle(120, 168 + p * 96, 64, 48), Color.White)
|
||||
Core.SpriteBatch.DrawString(FontManager.MainFont, HabitatList(i).Name, New Vector2(200, 176 + p * 96), Color.Black, 0.0F, Vector2.Zero, 1.0F, SpriteEffects.None, 0.0F)
|
||||
Core.SpriteBatch.DrawString(FontManager.MainFont, Localization.GetString("Places_" & HabitatList(i).Name, HabitatList(i).Name), New Vector2(200, 176 + p * 96), Color.Black, 0.0F, Vector2.Zero, 1.0F, SpriteEffects.None, 0.0F)
|
||||
|
||||
Dim encounterTypes As New List(Of Integer)
|
||||
For j = 0 To HabitatList(i).ObtainTypeList.Count - 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user