diff --git a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_GiftRng.cpp b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_GiftRng.cpp
index 615838cba2..5994c3f62c 100644
--- a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_GiftRng.cpp
+++ b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_GiftRng.cpp
@@ -154,7 +154,9 @@ GiftRng::GiftRng()
BlackoutButton::None
)
, SEED_DELAY(
- "Seed Delay Time (ms):
The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
+ "Seed Delay Time (ms):
"
+ "The delay between starting the game and advancing past the title screen. Set this to match your target seed.
"
+ "If using Ten Lines for seed info, select Nintendo Switch 1 as your console even if using a Switch 2.",
LockMode::LOCK_WHILE_RUNNING,
31338, 30400 // default, min
)
diff --git a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_RngHelper.cpp b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_RngHelper.cpp
index 6594612c8c..1f2045d6c2 100644
--- a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_RngHelper.cpp
+++ b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_RngHelper.cpp
@@ -118,7 +118,8 @@ RngHelper::RngHelper()
)
, SEED_DELAY(
"Seed Delay Time (ms):
"
- "The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
+ "The delay between starting the game and advancing past the title screen. Set this to match your target seed.
"
+ "If using Ten Lines for seed info, select Nintendo Switch 1 as your console even if using a Switch 2.",
LockMode::LOCK_WHILE_RUNNING,
35000, 30400 // default, min
)
diff --git a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StarterRng.cpp b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StarterRng.cpp
index ad1bf67427..f7ba0f8a79 100644
--- a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StarterRng.cpp
+++ b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StarterRng.cpp
@@ -141,7 +141,9 @@ StarterRng::StarterRng()
BlackoutButton::None
)
, SEED_DELAY(
- "Seed Delay Time (ms):
The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
+ "Seed Delay Time (ms):
"
+ "The delay between starting the game and advancing past the title screen. Set this to match your target seed.
"
+ "If using Ten Lines for seed info, select Nintendo Switch 1 as your console even if using a Switch 2.",
LockMode::LOCK_WHILE_RUNNING,
31338, 30400 // default, min
)
diff --git a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StaticRng.cpp b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StaticRng.cpp
index 0372de4620..7a214ad636 100644
--- a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StaticRng.cpp
+++ b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_StaticRng.cpp
@@ -161,7 +161,9 @@ StaticRng::StaticRng()
BlackoutButton::None
)
, SEED_DELAY(
- "Seed Delay Time (ms):
The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
+ "Seed Delay Time (ms):
"
+ "The delay between starting the game and advancing past the title screen. Set this to match your target seed.
"
+ "If using Ten Lines, select Nintendo Switch 1 as your console even if using a Switch 2.",
LockMode::LOCK_WHILE_RUNNING,
31338, 30400 // default, min
)
diff --git a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_WildRng.cpp b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_WildRng.cpp
index 84a211f1d0..83ecfd3af8 100644
--- a/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_WildRng.cpp
+++ b/SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_WildRng.cpp
@@ -175,7 +175,9 @@ WildRng::WildRng()
BlackoutButton::None
)
, SEED_DELAY(
- "Seed Delay Time (ms):
The delay between starting the game and advancing past the title screen. Set this to match your target seed.",
+ "Seed Delay Time (ms):
"
+ "The delay between starting the game and advancing past the title screen. Set this to match your target seed.
"
+ "If using Ten Lines, select Nintendo Switch 1 as your console even if using a Switch 2.",
LockMode::LOCK_WHILE_RUNNING,
31338, 30400 // default, min
)