Let sandbox mode saves use field moves too

This commit is contained in:
JappaWakka 2023-09-20 09:06:09 +02:00
parent 4460ac9f52
commit ecb644b974
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ Public Class PartyScreen
End Sub End Sub
Private Function CanUseMove(ByVal p As Pokemon, ByVal moveName As String, ByVal hmMove As Integer) As Boolean Private Function CanUseMove(ByVal p As Pokemon, ByVal moveName As String, ByVal hmMove As Integer) As Boolean
If GameController.IS_DEBUG_ACTIVE Then If GameController.IS_DEBUG_ACTIVE OrElse Core.Player.SandBoxMode = True Then
Return True Return True
End If End If
If p.IsEgg() = False Then If p.IsEgg() = False Then