-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Minimal and Unlimited FPS Combo mod
- Loading branch information
1 parent
53f4d84
commit 0be7b46
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
Mods/Combo - Minimal and Unlimited FPS - Read doc/exefs/1.1.0.pchtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters