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"},
75
-
{StartingPoint::IN_MYSTERY_GIFT, "in-mystery-gift", "Start in Mystery Gift window, with cursor on the “1” key."},
76
-
{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."},
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. Tutorial must be completed. All menus closed. Disconnected from internet. You need to be outside, where you can use Pokeportal."},
77
78
},
78
79
LockMode::LOCK_WHILE_RUNNING,
79
80
StartingPoint::NEW_GAME
80
81
)
82
+
, OBTAINING_METHOD(
83
+
"<b>Method for obtaining mystery gift:",
84
+
{
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
+
{ObtainingMethod::VIA_CODE, "via-code", "Via Code: Get the mystery gift based on the code entered below."},
88
+
},
89
+
LockMode::LOCK_WHILE_RUNNING,
90
+
ObtainingMethod::VIA_INTERNET_NONE
91
+
)
81
92
, MYSTERY_GIFT_NOTE{
82
-
"Ensure you are logged into a Nintendo account. This account does NOT need to have a subscription to Nintendo Switch Online.<br>"
83
-
"In the keyboard section below, you only need to adjust the option for Swtich 0. Ignore the options for the other Switches.<br>"
84
-
"Refer to the documentation on github for more details."
93
+
"Ensure you are logged into a Nintendo account. This account does NOT need to have a subscription to Nintendo Switch Online."
85
94
}
95
+
, MULTISWITCH_NOTE{
96
+
"In the keyboard section below, you only need to adjust the option for Swtich 0. Ignore the options for the other Switches."
97
+
}
86
98
, CODE(
87
99
"<b>Mystery Gift Code:</b><br>Mystery Gift code. (not case sensitive)<br>"
88
100
"(Box is big so it's easy to land your mouse on.)",
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);
env.console.log("enter_mystery_gift_window: Failed to detect the dialog that leads to the Mystery Gift window. Reset game and re-try.", COLOR_YELLOW);
289
+
env.console.log("enter_mystery_gift_code_window: Failed to detect the dialog that leads to the Mystery Gift code window. Reset game and re-try.", COLOR_YELLOW);
0 commit comments