Skip to content

Commit 9a6d8cf

Browse files
committed
2 parents d251198 + 7813008 commit 9a6d8cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SerialPrograms/Source/PokemonLGPE/Programs/Farming/PokemonLGPE_DailyItemFarmer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DailyItemFarmer_Descriptor::DailyItemFarmer_Descriptor()
3131
: SingleSwitchProgramDescriptor(
3232
"PokemonLGPE:DailyItemFarmer",
3333
Pokemon::STRING_POKEMON + " LGPE", "Daily Item Farmer",
34-
"",
34+
"ComputerControl/blob/master/Wiki/Programs/PokemonLGPE/DailyItemFarmer.md",
3535
"Farm daily item respawns (ex. fossils) by date-skipping.",
3636
FeedbackType::REQUIRED,
3737
AllowCommandsWhenRunning::DISABLE_COMMANDS,

SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AlolanTrade_Descriptor::AlolanTrade_Descriptor()
2727
: SingleSwitchProgramDescriptor(
2828
"PokemonLGPE:AlolanTrade",
2929
Pokemon::STRING_POKEMON + " LGPE", "Alolan Trade",
30-
"",
30+
"ComputerControl/blob/master/Wiki/Programs/PokemonLGPE/AlolanTrade.md",
3131
"Shiny hunt Alolan forms by trading in-game.",
3232
FeedbackType::REQUIRED,
3333
AllowCommandsWhenRunning::DISABLE_COMMANDS,

SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_GiftReset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GiftReset_Descriptor::GiftReset_Descriptor()
2727
: SingleSwitchProgramDescriptor(
2828
"PokemonLGPE:GiftReset",
2929
Pokemon::STRING_POKEMON + " LGPE", "Gift Reset",
30-
"",
30+
"ComputerControl/blob/master/Wiki/Programs/PokemonLGPE/GiftReset.md",
3131
"Shiny hunt gift Pokemon by resetting the game.",
3232
FeedbackType::REQUIRED,
3333
AllowCommandsWhenRunning::DISABLE_COMMANDS,

0 commit comments

Comments
 (0)