Skip to content

Commit

Permalink
character space 7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 30, 2024
1 parent d96dbde commit feae531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ def getRedSpaceCodeSeven(amount):
def getCharacterSpaceCodeSeven(amount):
return f'''
MP7 - Character Spaces Give SEVENCHARACTER Coins
041685BC 60000000
041685C0 3880{amount}
C21685B8 00000001
3880{amount} 00000000
'''

def getStarSpaceCodeSeven(amount):
Expand Down

0 comments on commit feae531

Please sign in to comment.