Skip to content

Commit

Permalink
patch: Legend of Zelda v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 16, 2024
1 parent 69b00a4 commit 8ef91a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Legend of Zelda v4.3/Legend of Zelda v4.3.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 4 additions & 9 deletions Legend of Zelda v4.3/Legend of Zelda v4.3.vbs.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8ef91a9

Please sign in to comment.