diff --git a/codes.py b/codes.py index ef34a68..c922a57 100644 --- a/codes.py +++ b/codes.py @@ -113,17 +113,17 @@ def getBlueSpaceCodeFour(amount): def getMinigameCodeFour(amount): return f''' MP4 - Minigames Award FOURMINIGAME Coins -2818FC60 0000000A -0218FC60 0000{amount} +2818FC5F 0000000A +0218FC4F 0000{amount} E2000001 80008000 -2818FC90 0000000A -0218FC90 0000{amount} +2818FC8F 0000000A +0218FC8F 0000{amount} E2000001 80008000 -2818FCC0 0000000A -0218FCC0 0000{amount} +2818FCBF 0000000A +0218FCBF 0000{amount} E2000001 80008000 -2818FCF0 0000000A -0218FCF0 0000{amount} +2818FCEF 0000000A +0218FCEF 0000{amount} E2000001 80008000 ''' @@ -164,17 +164,17 @@ def getRedSpaceCodeFive(amount): def getMinigameCodeFive(amount): return f''' MP5 - Minigames Award FIVEMINIGAME Coins -2822A09D 0000000A -0222A09D 0000{amount} +2822A09C 0000000A +0222A09C 0000{amount} E2000001 80008000 -2822A1A5 0000000A -0222A1A5 0000{amount} +2822A1A4 0000000A +0222A1A4 0000{amount} E2000001 80008000 -2822A2AD 0000000A -0222A2AD 0000{amount} +2822A2AC 0000000A +0222A2AC 0000{amount} E2000001 80008000 -2822A3B5 0000000A -0222A3B5 0000{amount} +2822A3B4 0000000A +0222A3B4 0000{amount} E2000001 80008000 ''' @@ -221,17 +221,17 @@ def getRedSpaceCodeSix(amount): def getMinigameCodeSix(amount): return f''' MP6 - Minigames Award SIXMINIGAME Coins -28265779 0000000A -02265779 0000{amount} +28265778 0000000A +02265778 0000{amount} E2000001 80008000 -28265989 0000000A -02265989 0000{amount} +28265988 0000000A +02265988 0000{amount} E2000001 80008000 -28265A91 0000000A -02265A91 0000{amount} +28265A90 0000000A +02265A90 0000{amount} E2000001 80008000 -28265881 0000000A -02265881 0000{amount} +28265880 0000000A +02265880 0000{amount} E2000001 80008000 ''' @@ -311,17 +311,17 @@ def getCharacterSpaceCodeSeven(amount): def getMinigameCodeSeven(amount): return f''' MP7 - Minigames Award SEVENMINIGAME Coins -28290CCB 0000000A -02290CCB 0000{amount} +28290CCA 0000000A +02290CCA 0000{amount} E2000001 80008000 -28290DDB 0000000A -02290DDB 0000{amount} +28290DDA 0000000A +02290DDA 0000{amount} E2000001 80008000 -28290EEB 0000000A -02290EEB 0000{amount} +28290EEA 0000000A +02290EEA 0000{amount} E2000001 80008000 -28290FFB 0000000A -02290FFB 0000{amount} +28290FFA 0000000A +02290FFA 0000{amount} E2000001 80008000 '''