We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63a142 commit 8464bdcCopy full SHA for 8464bdc
SerialPrograms/Source/PokemonSwSh/PokemonSwSh_Panels.cpp
@@ -176,7 +176,7 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
176
ret.emplace_back(make_single_switch_program<EggSuperCombined2_Descriptor, EggSuperCombined2>());
177
ret.emplace_back(make_single_switch_program<EggAutonomous_Descriptor, EggAutonomous>());
178
ret.emplace_back(make_single_switch_program<GodEggItemDupe_Descriptor, GodEggItemDupe>());
179
- if (PreloadSettings::instance().NAUGHTY_MODE){
+ if (PreloadSettings::instance().NAUGHTY_MODE || PreloadSettings::instance().DEVELOPER_MODE){
180
ret.emplace_back(make_single_switch_program<GodEggDuplication_Descriptor, GodEggDuplication>());
181
}
182
0 commit comments