From 4717257b13a94e6d483e46e874ad696329cdbbd1 Mon Sep 17 00:00:00 2001 From: Nayla Hanegan Date: Tue, 20 Aug 2024 01:03:25 -0400 Subject: [PATCH] minor mp6 fix --- codes/marioParty5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/marioParty5.py b/codes/marioParty5.py index 1e8b5ec..c30b244 100644 --- a/codes/marioParty5.py +++ b/codes/marioParty5.py @@ -239,5 +239,5 @@ def getUnderseaShell(value, text): def initialCoinsMod5(hex, hexDec): return f''' MP5 - Gain {hexDec} Coins at the Start of the Game -0208C8E4 0000{hex} +0208C8E6 0000{hex} ''' \ No newline at end of file