From 6446a31300bd7061ac558b1f3802e2443145c030 Mon Sep 17 00:00:00 2001 From: Nayla Hanegan Date: Fri, 2 Aug 2024 14:53:37 -0400 Subject: [PATCH] 3.17.1 --- codes/marioParty4.py | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/codes/marioParty4.py b/codes/marioParty4.py index ca0a92f..ecb0657 100644 --- a/codes/marioParty4.py +++ b/codes/marioParty4.py @@ -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 ''' \ No newline at end of file