Skip to content

Commit

Permalink
3.13.1: fix bonus star
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jul 19, 2024
1 parent 48d8443 commit bf5c179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions events/marioParty6_bonusStarReplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def customBonusStarEvent_mp6(star1, star2, star3, stars6):
starSlot2 = star2.get()
starSlot3 = star3.get()

starHex1 = ["NONE", "88040014", "88830015", "88830016", "88830017", "88830018", "88830019", "8883001A", "8883001B", "A883001C", "A883001E", "A8830022", "A8830030", "A88300234"]
starHex2 = ["NONE", "88C70014", "88C70015", "88C70016", "88C70017", "88C70018", "88C70019", "88C7001A", "88C7001B", "A8C7001C", "A8C7001E", "A8C70022", "A8C70030", "A8C700234"]
starHex3 = ["NONE", "88040014", "88040015", "88040016", "88040017", "88040018", "88040019", "8804001A", "8804001B", "A804001C", "A804001E", "A8040022", "A8040030", "A80400234"]
starHex1 = ["NONE", "88830014", "88830015", "88830016", "88830017", "88830018", "88830019", "8883001A", "8883001B", "A883001C", "A883001E", "A8830022", "A8830030", "A8830034"]
starHex2 = ["NONE", "88C70014", "88C70015", "88C70016", "88C70017", "88C70018", "88C70019", "88C7001A", "88C7001B", "A8C7001C", "A8C7001E", "A8C70022", "A8C70030", "A8C70234"]
starHex3 = ["NONE", "88040014", "88040015", "88040016", "88040017", "88040018", "88040019", "8804001A", "8804001B", "A804001C", "A804001E", "A8040022", "A8040030", "A8040234"]

starSlot1Num = stars6.index(starSlot1)
starSlot1Hex = starHex1[starSlot1Num]
Expand Down
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.13.0"
versionString = "3.13.1"

0 comments on commit bf5c179

Please sign in to comment.