From 3b48bf0079e52f398401525afb9b3ad89abb475e Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 14 Nov 2018 15:29:32 +0000 Subject: [PATCH] Hide SMK Cup until you've unlocked the Chao Cup on EXTRAS unless you've unlocked the Chao Cup. Fits with our modus operandi of minimising Mario exposure, while still having it for the committed. --- src/m_cond.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/m_cond.c b/src/m_cond.c index ee35ba09..5a9d4f2a 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -165,10 +165,10 @@ unlockable_t unlockables[MAXUNLOCKABLES] = // Name, Objective, Showing Conditionset, ConditionSet, Unlock Type, Variable, NoCecho, NoChecklist /* 01 */ {"Egg Cup", "", -1, 1, SECRET_NONE, 0, false, false, 0}, /* 02 */ {"Chao Cup", "", -1, 2, SECRET_NONE, 0, false, false, 0}, - /* 03 */ {"SMK Cup", "", -1, 3, SECRET_NONE, 0, false, false, 0}, + /* 03 */ {"SMK Cup", "", 2, 3, SECRET_NONE, 0, false, false, 0}, - /* 04 */ {"Hard Game Speed", "", -1, 4, SECRET_HARDSPEED, 0, false, false, 0}, - /* 05 */ {"Encore Mode", "", 4, 5, SECRET_ENCORE, 0, false, false, 0}, + /* 04 */ {"Hard Game Speed", "", -1, 4, SECRET_HARDSPEED, 0, false, false, 0}, + /* 05 */ {"Encore Mode", "", 4, 5, SECRET_ENCORE, 0, false, false, 0}, /* 06 */ {"Hell Attack", "", 6, 6, SECRET_HELLATTACK, 0, false, false, 0}, /* 07 */ {"Record Attack", "", -1, -1, SECRET_RECORDATTACK, 0, true, true, 0},