Skip to content

Commit

Permalink
3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Aug 2, 2024
1 parent d93f7e2 commit 6446a31
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions codes/marioParty4.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,16 +376,17 @@ def getLotteryRewards4(lotteryPrizeA, lotteryPrizeB, lotteryPrizeC, lotteryPrize

def getStarHandicap(p1, p2, p3, p4):
return f'''
MP4 - Custom Star Handicap
2C1D3CE2 00000058
2E1D3CE2 00000060
C200EBFC 00000003
2C050000 4082000C
60000000 48000008
B0BF0006 00000000
0014C81B 0000{p1}
0014CE5B 0000{p2}
0014D49B 0000{p3}
0014DADB 0000{p4}
E2000002 80008000
MP4 - Star Handicap
C2063AE4 0000000B
7C83032E 2C040007
40820040 3DC08018
61CEFCFC 89CE0000
2C0E0001 4082002C
3DC08018 61CEFC63
39E0{p1} 99EE0000
39E0{p2} 99EE0030
39E0{p3} 99EE0060
39E0{p4} 99EE0090
39C00000 39E00000
60000000 00000000
'''

0 comments on commit 6446a31

Please sign in to comment.