Skip to content

Commit db51c59

Browse files
committed
add hint about Ten Lines seeds
1 parent d287ada commit db51c59

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_GiftRng.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ GiftRng::GiftRng()
154154
BlackoutButton::None
155155
)
156156
, SEED_DELAY(
157-
"<b>Seed Delay Time (ms):</b><br>The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
157+
"<b>Seed Delay Time (ms):</b><br>"
158+
"The delay between starting the game and advancing past the title screen. Set this to match your target seed.<br>"
159+
"<i>If using Ten Lines for seed info, select <b>Nintendo Switch 1</b> as your console even if using a Switch 2.</i>",
158160
LockMode::LOCK_WHILE_RUNNING,
159161
31338, 30400 // default, min
160162
)

SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_RngHelper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ RngHelper::RngHelper()
118118
)
119119
, SEED_DELAY(
120120
"<b>Seed Delay Time (ms):</b><br>"
121-
"The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
121+
"The delay between starting the game and advancing past the title screen. Set this to match your target seed.<br>"
122+
"<i>If using Ten Lines for seed info, select <b>Nintendo Switch 1</b> as your console even if using a Switch 2.</i>",
122123
LockMode::LOCK_WHILE_RUNNING,
123124
35000, 30400 // default, min
124125
)

SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StarterRng.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ StarterRng::StarterRng()
141141
BlackoutButton::None
142142
)
143143
, SEED_DELAY(
144-
"<b>Seed Delay Time (ms):</b><br>The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
144+
"<b>Seed Delay Time (ms):</b><br>"
145+
"The delay between starting the game and advancing past the title screen. Set this to match your target seed.<br>"
146+
"<i>If using Ten Lines for seed info, select <b>Nintendo Switch 1</b> as your console even if using a Switch 2.</i>",
145147
LockMode::LOCK_WHILE_RUNNING,
146148
31338, 30400 // default, min
147149
)

SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StaticRng.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ StaticRng::StaticRng()
161161
BlackoutButton::None
162162
)
163163
, SEED_DELAY(
164-
"<b>Seed Delay Time (ms):</b><br>The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
164+
"<b>Seed Delay Time (ms):</b><br>"
165+
"The delay between starting the game and advancing past the title screen. Set this to match your target seed.<br>"
166+
"<i>If using Ten Lines, select <b>Nintendo Switch 1</b> as your console even if using a Switch 2.</i>",
165167
LockMode::LOCK_WHILE_RUNNING,
166168
31338, 30400 // default, min
167169
)

SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_WildRng.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ WildRng::WildRng()
175175
BlackoutButton::None
176176
)
177177
, SEED_DELAY(
178-
"<b>Seed Delay Time (ms):</b><br>The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
178+
"<b>Seed Delay Time (ms):</b><br>"
179+
"The delay between starting the game and advancing past the title screen. Set this to match your target seed.<br>"
180+
"<i>If using Ten Lines, select <b>Nintendo Switch 1</b> as your console even if using a Switch 2.</i>",
179181
LockMode::LOCK_WHILE_RUNNING,
180182
31338, 30400 // default, min
181183
)

0 commit comments

Comments
 (0)