N texture and following pokemon ID
This commit is contained in:
parent
caa802de33
commit
c61dc8584e
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
|
@ -14137,6 +14137,9 @@
|
||||||
<Content Include="Content\Textures\NPC\Meowth.png">
|
<Content Include="Content\Textures\NPC\Meowth.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Content\Textures\NPC\N.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="Content\Textures\NPC\Segis.png">
|
<Content Include="Content\Textures\NPC\Segis.png">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
|
@ -42,6 +42,8 @@
|
||||||
End With
|
End With
|
||||||
Case "visible"
|
Case "visible"
|
||||||
Return ReturnBoolean(Screen.Level.OverworldPokemon.IsVisible())
|
Return ReturnBoolean(Screen.Level.OverworldPokemon.IsVisible())
|
||||||
|
Case "id"
|
||||||
|
Return Screen.Level.OverworldPokemon.PokemonID
|
||||||
Case "skin"
|
Case "skin"
|
||||||
If Screen.Level.OverworldPokemon.PokemonReference IsNot Nothing Then
|
If Screen.Level.OverworldPokemon.PokemonReference IsNot Nothing Then
|
||||||
Dim shinyString As String = "Normal"
|
Dim shinyString As String = "Normal"
|
||||||
|
|
Loading…
Reference in New Issue