diff --git a/events/marioParty6_bonusStarReplace.py b/events/marioParty6_bonusStarReplace.py index 99b9854..983cdf4 100644 --- a/events/marioParty6_bonusStarReplace.py +++ b/events/marioParty6_bonusStarReplace.py @@ -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] diff --git a/version.py b/version.py index 07de926..f51b388 100644 --- a/version.py +++ b/version.py @@ -5,4 +5,4 @@ # License: MIT # ============================================ -versionString = "3.13.0" +versionString = "3.13.1"