Skip to content

Commit

Permalink
Added Minimal and Unlimited FPS Combo mod
Browse files Browse the repository at this point in the history
  • Loading branch information
HolographicWings committed May 16, 2023
1 parent 53f4d84 commit 0be7b46
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
@nsobid-D5AD6AC71EF53E3E52417C1B81DBC9B4142AA3B3

@flag print_values
@flag offset_shift 0x100

// 30 FPS SOURCED FROM https://gbatemp.net/download/loz-tears-of-the-kingdom-20fps-30fps-60fps-patch.37996/
@enabled
0090e9c4 41008052 // sets refresh rate interval
00ebd158 41008052 // sets refresh rate interval
0090e990 55008052 // ensure field 0x14 = 2
0090ea38 55008052 // ensure field 0x14 = 2
0090eaa8 48008052 // ensure field 0x18 = 2
0090ea40 4c008052 // ensure field 0x18 = 2
0090e98c eb031f2a // ensure field 0x1C = 0
019bf104 1f2003d5 // nop call to function which sets field 0x14, 0x18 to param_2, and 0x1C to 0
019ca668 1f2003d5 // nop call to function which sets field 0x14, 0x18 to param_2, and 0x1C to 0
@stop

// Dynamic FPS patches SOURCED FROM https://gbatemp.net/download/loz-tears-of-the-kingdom-20fps-30fps-60fps-patch.37996/
@enabled
008331CC A16242B9
008336E4 A16242B9
00833E4C 2000271E
00833E58 02D0271E
00833E64 0140201e
00833E68 0008221E
0090E5D0 606242BD
0090E5D4 01D0271E
0090E5E4 1F2003D5
0090E928 286C40F9
0090E934 1F2003D5
0090E958 0208211E
0090E964 2128221E
0090E968 2900381E
0090E9AC 801A00BD
@stop

// Disable FSR downscaling
@enabled
00CAD344 08008052
@stop

// Potentially disable FSR sharpening ?
@enabled
00aeac44 1f2003d5
0188d0d4 000080d2
027ca0dc 000080d2
@stop

// Use 1792x1008 internal resolution instead of 1600x900
@enabled
00CEA5BC F50300AA
00CEA5C0 83F6FE97
00CEA5C4 140040B9
00CEA5C8 E00315AA
00CEA5D4 F50700F9
00CEA5D8 08E080D2
00CEA5DC 097E80D2
00CEA5E0 0001221E
00CEA5E4 0001221E
00CEA5EC 2101221E
@stop
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
- VisualFixes apply all graphics patches, 1024x shadows and 1008p resolution in one. You can enable FPS, Dynamic FPS and Cheats with it.
- Potato Patch is made by Hoverbike, it combines every graphics patches (1024x shadows, 1008p resolution and 30fps). You can enable Dynamic FPS and Cheats with it.
- 30/60fps + Dynamic FPS are a simple Combo of theses two mods in one.
- Minimal and Unlimited FPS : Patch made by HolographicWings, combine 30fps, Dynamic FPS, 1008p and FSR Disabler, it's minimal pack for cleaner experience, You can use it with any Graphics other pack, ratio and cheats but it's not recommended.
</br>It is important to press Ctrl + U in game to unlock your Framerate and play over 30fps, like that you can play at 60 or more with normal game speed, don't forget to press Ctrl + U again to lock back your Framerate to 30fps when you get a cutscene.
- Cheats :
- The Movement Speed cheats break the game time (time will be wrong when saving)
</br>
Expand Down

0 comments on commit 0be7b46

Please sign in to comment.