Skip to content

Commit

Permalink
commit this new code
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Oct 10, 2024
1 parent 22a1617 commit 753c2e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions codes/marioParty6.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,24 @@ def getZapOrb6(hex, amountDec):
return f'''
MP6 - Zap Takes {amountDec} Coins
041AE1B8 3B60{hex}
'''

def getFaireFlowerEventStars(value):
return f'''
MP6 - Always Wager Stars at Faire Square Flower Event
282C0256 0000007D
044d3c68 38E00001
044d4e34 38000001
044d3c68 38E00001
E2000001 80008000
'''

def getFaireFlowerEventCoins(value):
return f'''
MP6 - Always Wager Coins at Faire Square Flower Event
282C0256 0000007D
044d3c70 60000000
044d4e3C 60000000
044d3c70 60000000
E2000001 80008000
'''

0 comments on commit 753c2e6

Please sign in to comment.