diff --git a/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs b/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs index 92d2f4e..b3e06b9 100644 --- a/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs +++ b/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs @@ -407,11 +407,11 @@ Sub table1_Paused End Sub Sub table1_unPaused - 'If Isobject(Controller)Then Controller.Pause + If Isobject(Controller)Then Controller.Pause = True End Sub Sub table1_Exit - 'If Isobject(Controller)Then Controller.Pause = False:Controller.Stop + If Isobject(Controller)Then Controller.Pause = False:Controller.Stop Savehs End Sub diff --git a/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs.patch b/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs.patch index 13569c0..fdb099d 100644 --- a/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs.patch +++ b/Legend of Zelda v4.3/Legend of Zelda v4.3.vbs.patch @@ -1,16 +1,11 @@ ---- "Legend of Zelda v4.3.vbs.original" 2024-10-16 09:49:33.633274115 +0200 -+++ "Legend of Zelda v4.3.vbs" 2024-10-16 09:43:40.882211756 +0200 -@@ -407,11 +407,11 @@ +--- "Legend of Zelda v4.3.vbs.original" 2024-10-16 11:26:51.212816080 +0200 ++++ "Legend of Zelda v4.3.vbs" 2024-10-16 11:26:35.266360779 +0200 +@@ -407,7 +407,7 @@ End Sub Sub table1_unPaused - If Isobject(Controller)Then Controller.Pause -+ 'If Isobject(Controller)Then Controller.Pause ++ If Isobject(Controller)Then Controller.Pause = True End Sub Sub table1_Exit -- If Isobject(Controller)Then Controller.Pause = False:Controller.Stop -+ 'If Isobject(Controller)Then Controller.Pause = False:Controller.Stop - Savehs - End Sub -