Skip to content

Commit

Permalink
Revert "Applied cutscene-fixes to 60 FPS mods"
Browse files Browse the repository at this point in the history
This reverts commit 7b5acd2.
  • Loading branch information
Dark-talon committed May 19, 2023
1 parent 7b5acd2 commit e2dd33c
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

// 60 FPS SOURCED FROM https://gbatemp.net/download/loz-tears-of-the-kingdom-20fps-30fps-60fps-patch.37996/
@enabled
0090e9c4 21008052 // sets refresh rate interval
00ebd158 21008052 // sets refresh rate interval
0090e990 35008052 // ensure field 0x14 = 1
0090ea38 35008052 // ensure field 0x14 = 1
0090eaa8 28008052 // ensure field 0x18 = 1
0090ea40 2c008052 // ensure field 0x18 = 1
Expand All @@ -14,10 +16,6 @@
019ca668 1f2003d5 // nop call to function which sets field 0x14, 0x18 to param_2, and 0x1C to 0
@stop

// Removed for cutscene-fix
// 0090e9c4 21008052 // sets refresh rate interval // First line
// 0090e990 35008052 // ensure field 0x14 = 1 // Third line

// Dynamic FPS patches SOURCED FROM https://gbatemp.net/download/loz-tears-of-the-kingdom-20fps-30fps-60fps-patch.37996/
@enabled
008331CC A16242B9
Expand All @@ -35,4 +33,4 @@
0090E964 2128221E
0090E968 2900381E
0090E9AC 801A00BD
@stop
@stop
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@nsobid-D5AD6AC71EF53E3E52417C1B81DBC9B4142AA3B3


// FILE VERSION 0.3.7.2 SOURCED FROM https://gbatemp.net/download/loz-tears-of-the-kingdom-20fps-30fps-60fps-patch.37996/
// BEFORE ASKING FOR HELP, CHECK THE PAGE FOR UPDATES


@flag print_values
@flag offset_shift 0x100

@enabled
00EBD158 21008052
0090EA38 35008052
0090EAA8 28008052
0090EA40 2C008052
0090E98C EB031F2A
019BF104 1F2003D5
019CA668 1F2003D5
@stop

// removed for cutscene fix
// 0090E990 35008052
// 0090E9C4 21008052

This file was deleted.

23 changes: 23 additions & 0 deletions Mods/1.1.0 - FPS - 60fps v3.7.2/exefs/1.1.0.pchtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@nsobid-D5AD6AC71EF53E3E52417C1B81DBC9B4142AA3B3


// FILE VERSION 0.3.7.2 SOURCED FROM https://gbatemp.net/download/loz-tears-of-the-kingdom-20fps-30fps-60fps-patch.37996/
// BEFORE ASKING FOR HELP, CHECK THE PAGE FOR UPDATES


@flag print_values
@flag offset_shift 0x100

@enabled
00EBD158 21008052
0090EA38 35008052
0090EAA8 28008052
0090EA40 2C008052
0090E98C EB031F2A
019BF104 1F2003D5
019CA668 1F2003D5
@stop

// removed for cutscene fix
// 0090E990 35008052
// 0090E9C4 21008052

0 comments on commit e2dd33c

Please sign in to comment.