You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{StartingPoint::NEW_GAME, "new-game", "New Game: Start after you have selected your username and character appearance"},
76
76
{StartingPoint::IN_MYSTERY_GIFT_CODE_WINDOW, "in-mystery-gift-code-window", "Start in Mystery Gift code window, with cursor on the “1” key."},
77
-
{StartingPoint::DONE_TUTORIAL, "done-tutorial", "Start in game. But with all menus closed. Tutorial must be completed. You need to be outside, where you can use Pokeportal."},
77
+
{StartingPoint::DONE_TUTORIAL, "done-tutorial", "Start in game. Tutorial must be completed. All menus closed. Disconnected from internet. You need to be outside, where you can use Pokeportal."},
78
78
},
79
79
LockMode::LOCK_WHILE_RUNNING,
80
80
StartingPoint::NEW_GAME
81
81
)
82
82
, OBTAINING_METHOD(
83
83
"<b>Method for obtaining mystery gift:",
84
84
{
85
-
{ObtainingMethod::VIA_INTERNET_ALL, "via-internet-all", "Via Internet: Get all mystery gifts from the \"Via internet\" screen."},
86
-
{ObtainingMethod::VIA_INTERNET_ONE, "via-internet-one", "Via Internet: Get only the top mystery gift from the \"Via internet\" screen."},
85
+
//{ObtainingMethod::VIA_INTERNET_ALL, "via-internet-all", "Via Internet: Get all mystery gifts from the \"Get via Internet\" screen (except for the Mythical Pecha Berry)."},
86
+
{ObtainingMethod::VIA_INTERNET_NONE, "via-internet-one", "Via Internet: Go to the Mystery Gift \"Get via Internet\" screen. Don't claim anything."},
87
87
{ObtainingMethod::VIA_CODE, "via-code", "Via Code: Get the mystery gift based on the code entered below."},
88
88
},
89
89
LockMode::LOCK_WHILE_RUNNING,
90
-
ObtainingMethod::VIA_INTERNET_ALL
90
+
ObtainingMethod::VIA_INTERNET_NONE
91
91
)
92
92
, MYSTERY_GIFT_NOTE{
93
93
"Ensure you are logged into a Nintendo account. This account does NOT need to have a subscription to Nintendo Switch Online."
@@ -168,6 +168,108 @@ void ClaimMysteryGift::enter_mystery_gift_code(SingleSwitchProgramEnvironment& e
168
168
169
169
}
170
170
171
+
voidClaimMysteryGift::enter_mystery_gift_via_internet_window(SingleSwitchProgramEnvironment& env, ProControllerContext& context, int menu_index){
172
+
env.console.log("Save game, then try to enter the mystery gift via internet window.", COLOR_YELLOW);
env.console.log("enter_mystery_gift_via_internet_window: Failed to detect the dialog that leads to the Mystery Gift code window. Reset game and re-try.", COLOR_YELLOW);
0 commit comments