From ecb644b9742ae11dedb70372ac01789a59085dd7 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Wed, 20 Sep 2023 09:06:09 +0200 Subject: [PATCH] Let sandbox mode saves use field moves too --- P3D/Screens/Pokemon/PartyScreen.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Screens/Pokemon/PartyScreen.vb b/P3D/Screens/Pokemon/PartyScreen.vb index 8aa8bdf27..f8f9f56b5 100644 --- a/P3D/Screens/Pokemon/PartyScreen.vb +++ b/P3D/Screens/Pokemon/PartyScreen.vb @@ -713,7 +713,7 @@ Public Class PartyScreen End Sub 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 End If If p.IsEgg() = False Then