-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BotW] Fix mastercycle charged boost in FPS++
Previously it wasn't possible to rev your mastercycle to get a charged speed boost. Should be fixed now!
- Loading branch information
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
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
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
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,17 @@ | ||
[BotW_MastercycleSpeed_V208] | ||
moduleMatches = 0x6267BFD0 | ||
|
||
.origin = codecave | ||
|
||
0x100136B4 = originalMotorcycleBoostSpeed: | ||
|
||
|
||
_changeMotorcycleBoostSpeed: | ||
lfs f0, originalMotorcycleBoostSpeed@l(r9) | ||
lis r9, averageFPS1@ha | ||
lfs f8, averageFPS1@l(r9) | ||
fdivs f0, f0, f8 | ||
blr | ||
|
||
|
||
0x0209FFC0 = bla _changeMotorcycleBoostSpeed |