mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +02:00
Fix for non-HM field moves not visible in menu
This commit is contained in:
parent
15b974fe3f
commit
7dedbb7ec2
@ -683,13 +683,12 @@ Public Class PartyScreen
|
|||||||
If Badge.CanUseHMMove(CType(hmMove, Badge.HMMoves)) = False Then
|
If Badge.CanUseHMMove(CType(hmMove, Badge.HMMoves)) = False Then
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
|
|
||||||
For Each a As BattleSystem.Attack In p.Attacks
|
|
||||||
If a.Name.ToLower() = moveName.ToLower() Then
|
|
||||||
Return True
|
|
||||||
End If
|
|
||||||
Next
|
|
||||||
End If
|
End If
|
||||||
|
For Each a As BattleSystem.Attack In p.Attacks
|
||||||
|
If a.Name.ToLower() = moveName.ToLower() Then
|
||||||
|
Return True
|
||||||
|
End If
|
||||||
|
Next
|
||||||
End If
|
End If
|
||||||
Return False
|
Return False
|
||||||
End Function
|
End Function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user