Skip to content

Commit

Permalink
MP6: Faire Square nightime
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 29, 2024
1 parent 4df529c commit 4c46d5b
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 453 deletions.
Binary file added assets/transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,26 @@ def getStarSpaceCodeSix(amount, negAmount):
E2000001 80008000
'''


def getFaireSquareStarCodeSix(one, two, three, four):
return f'''
MP6 - Stars Can Cost SIXONE, SIXTWO, SIXTHREE, or SIXFOUR During Faire Square's Nightime
04248064 0000{one}
04248068 0000{two}
04248070 0000{three}
04248074 0000{four}
04248D3C 0000{one}
04248D40 0000{two}
04248D48 0000{three}
04248D4C 0000{four}
204DDF60 465F6C00
044DDF74 0000{one}
044DDF78 0000{two}
044DDF80 0000{three}
044DDF84 0000{four}
E2000001 80008000
'''

def getPinkBooSpaceCodeSix(amount, negAmount):
return f'''
MP6 - Stars Cost SIXBOO Coins when stealing with Pink Boo
Expand Down
Loading

0 comments on commit 4c46d5b

Please sign in to comment.