Skip to content

Commit

Permalink
Mp8: fix king boo rev2 rev1 swap
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 19, 2024
1 parent d846313 commit 42be2ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ def getStarSpaceCodeEight(amount, negAmount):
203D7120 38600014
043D7120 3860{amount}
E0000000 80008000
2048E9E4 3860000A
0448E9E4 3860{amount}
204A0788 3860000A
044A0788 3860{amount}
E0000000 80008000
203E320C 38A0FFEC
043E320C 38A0{negAmount}
Expand All @@ -387,11 +387,11 @@ def getStarSpaceCodeEight(amount, negAmount):
def getStarSpaceCodeEightGC(amount, negAmount):
return f'''
MP8 - Stars Cost EIGHTSTARGC Coins
203C537C 38600014
043C537C 3860{amount}
203C5380 38600014
043C5380 3860{amount}
E0000000 80008000
204A0788 3860000A
044A0788 3860{amount}
2048E9E8 3860000A
0448E9E8 3860{amount}
E0000000 80008000
203D146C 38A0FFEC
043D146C 38A0{negAmount}
Expand All @@ -402,4 +402,4 @@ def getStarSpaceCodeEightGC(amount, negAmount):
203D1368 2C030014
043D1368 2C03{amount}
E0000000 80008000
'''
'''

0 comments on commit 42be2ae

Please sign in to comment.