Skip to content

Commit

Permalink
Update v17.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Admentus64 committed Mar 19, 2022
1 parent 7da32f8 commit 5047037
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Files/Scripts/Options/Super Mario 64.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function CreateTabGameplay() {
CreateReduxCheckBox -Name "CanNotLoseCap" -Text "Can Not Lose Cap" -Info "Mario will not lose his cap anymore" -Credits "Ported from SM64 ROM Manager"

CreateReduxGroup -Tag "Gameplay" -Text "Lives"
CreateReduxTextBox -Name "Lives" -Text "Lives" -Value 4 -Info "Set the amount of lives Mario starts with when opening the save file`nDefault = 4" -Credits "Ported from SM64 Tweaker"
CreateReduxTextBox -Name "Lives" -Text "Lives" -Value 4 -Info "Set the amount of lives Mario starts with when opening the save file" -Credits "Ported from SM64 Tweaker"
CreateReduxCheckBox -Name "NoGameOver" -Text "No Game Over" -Info "The game won't end if Mario's lives reaches below 0" -Credits "Kaze Emanuar"

}
Expand Down
4 changes: 2 additions & 2 deletions Files/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
17.2.5
2022-03-12
17.2.6
2022-03-19
4 changes: 4 additions & 0 deletions Info/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v17.2.6
- Fixed issue with "MM Pause Screen Colors" for OoT without Redux
- Fixed tooltip for "Lives" for SM64

v17.2.5
- Added OS info and check
- Changed logging to have a max of 10 log files
Expand Down

0 comments on commit 5047037

Please sign in to comment.