mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Nidoran & Basculin fixes
This commit is contained in:
parent
18d7ed6f35
commit
0ff7969ba2
@ -1,4 +1,4 @@
|
|||||||
Name|Nidoran
|
Name|Nidoran♀
|
||||||
Number|29
|
Number|29
|
||||||
ExperienceType|2
|
ExperienceType|2
|
||||||
BaseExperience|55
|
BaseExperience|55
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Name|Nidoran
|
Name|Nidoran♂
|
||||||
Number|32
|
Number|32
|
||||||
ExperienceType|2
|
ExperienceType|2
|
||||||
BaseExperience|55
|
BaseExperience|55
|
||||||
|
BIN
P3D/Content/Pokemon/Overworld/Normal/550_white.png
Normal file
BIN
P3D/Content/Pokemon/Overworld/Normal/550_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
P3D/Content/Pokemon/Overworld/Shiny/550_white.png
Normal file
BIN
P3D/Content/Pokemon/Overworld/Shiny/550_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -3710,7 +3710,7 @@ Public Class PokemonForms
|
|||||||
Select Case P.AdditionalData.ToLower()
|
Select Case P.AdditionalData.ToLower()
|
||||||
Case "blue"
|
Case "blue"
|
||||||
Return New Vector2(0, 5)
|
Return New Vector2(0, 5)
|
||||||
Case "White"
|
Case "white"
|
||||||
Return New Vector2(15, 4)
|
Return New Vector2(15, 4)
|
||||||
Case Else
|
Case Else
|
||||||
Return MyBase.GetMenuImagePosition(P)
|
Return MyBase.GetMenuImagePosition(P)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user