Nidoran & Basculin fixes

This commit is contained in:
JappaWakka 2023-07-03 20:53:57 +02:00
parent 18d7ed6f35
commit 0ff7969ba2
5 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Name|Nidoran
Name|Nidoran
Number|29
ExperienceType|2
BaseExperience|55

View File

@ -1,4 +1,4 @@
Name|Nidoran
Name|Nidoran
Number|32
ExperienceType|2
BaseExperience|55

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -3710,7 +3710,7 @@ Public Class PokemonForms
Select Case P.AdditionalData.ToLower()
Case "blue"
Return New Vector2(0, 5)
Case "White"
Case "white"
Return New Vector2(15, 4)
Case Else
Return MyBase.GetMenuImagePosition(P)