Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DailyItemFarmer_Descriptor::DailyItemFarmer_Descriptor()
: SingleSwitchProgramDescriptor(
"PokemonLGPE:DailyItemFarmer",
Pokemon::STRING_POKEMON + " LGPE", "Daily Item Farmer",
"",
"ComputerControl/blob/master/Wiki/Programs/PokemonLGPE/DailyItemFarmer.md",
"Farm daily item respawns (ex. fossils) by date-skipping.",
FeedbackType::REQUIRED,
AllowCommandsWhenRunning::DISABLE_COMMANDS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AlolanTrade_Descriptor::AlolanTrade_Descriptor()
: SingleSwitchProgramDescriptor(
"PokemonLGPE:AlolanTrade",
Pokemon::STRING_POKEMON + " LGPE", "Alolan Trade",
"",
"ComputerControl/blob/master/Wiki/Programs/PokemonLGPE/AlolanTrade.md",
"Shiny hunt Alolan forms by trading in-game.",
FeedbackType::REQUIRED,
AllowCommandsWhenRunning::DISABLE_COMMANDS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GiftReset_Descriptor::GiftReset_Descriptor()
: SingleSwitchProgramDescriptor(
"PokemonLGPE:GiftReset",
Pokemon::STRING_POKEMON + " LGPE", "Gift Reset",
"",
"ComputerControl/blob/master/Wiki/Programs/PokemonLGPE/GiftReset.md",
"Shiny hunt gift Pokemon by resetting the game.",
FeedbackType::REQUIRED,
AllowCommandsWhenRunning::DISABLE_COMMANDS,
Expand Down