Skip to content

Commit

Permalink
3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredNayla committed Aug 25, 2024
2 parents 767cb05 + b5de1aa commit bf7439b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion codes/marioParty7.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,10 @@ def initialCoinsMod7(hex, hexDec):
return f'''
MP7 - Gain {hexDec} Coins at the Start of the Game
02196D12 0000{hex}
<<<<<<< HEAD
02151DEA 0000{hex}
'''
'''
=======
02151DEB 0000{hex}
'''
>>>>>>> b5de1aa02ec72ef5e18bebec4176e73cbb01f859
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# License: MIT
# ============================================

versionString = "3.23"
versionString = "3.23.1"

0 comments on commit bf7439b

Please sign in to comment.