Skip to content

Commit

Permalink
chain chomp and pink boo prices oh my, mp5-6
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 23, 2024
1 parent 3507be4 commit 2ef5905
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 86 deletions.
Binary file added assets/chainChomp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pinkBoo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def getRedSpaceCodeFive(amount):

def getStarSpaceCodeFive(amount, negAmount):
return f'''
MP5 - Stars Cost FIVEWIGGLER Coins from Wiggler
MP5 - Stars Cost FIVESTAR Coins
C20AFDB0 00000001
2C03{amount} 00000000
C20AFF9C 00000001
Expand All @@ -144,13 +144,22 @@ def getStarSpaceCodeFive(amount, negAmount):

def getWigglerSpaceCodeFive(amount, negAmount):
return f'''
MP5 - Stars Cost FIVESTAR Coins
MP5 - Stars Cost FIVEWIGGLER Coins from Wiggler
C20DB528 00000001
2C03{amount} 00000000
C20DBB40 00000001
3880{negAmount} 00000000
'''

def getChompSpaceCodeFive(amount, negAmount):
return f'''
MP5 - Stars Cost FIVECHOMP Coins when stealing with Chain Chomp
C20F5F34 00000001
2C03{amount} 00000000
C20F630C 00000001
3880{negAmount} 00000000
'''

def getBlueSpaceCodeSix(amount):
return f'''
MP6 - Blue Spaces Give SIXBLUE Coins
Expand All @@ -177,6 +186,15 @@ def getStarSpaceCodeSix(amount, negAmount):
60000000 00000000
'''

def getPinkBooSpaceCodeSix(amount, negAmount):
return f'''
MP5 - Stars Cost SIXBOO Coins when stealing with Pink Boo
C21B1FB4 00000001
2C04{amount} 00000000
C21B2634 00000001
3880{negAmount} 00000000
'''

def getBlueSpaceCodeSeven(amount):
return f'''
MP7 - Blue Spaces Give SEVENBLUE Coins
Expand Down
Loading

0 comments on commit 2ef5905

Please sign in to comment.