Skip to content

Commit 8464bdc

Browse files
committed
Allow developer mode to enable god egg program.
1 parent a63a142 commit 8464bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSwSh/PokemonSwSh_Panels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
176176
ret.emplace_back(make_single_switch_program<EggSuperCombined2_Descriptor, EggSuperCombined2>());
177177
ret.emplace_back(make_single_switch_program<EggAutonomous_Descriptor, EggAutonomous>());
178178
ret.emplace_back(make_single_switch_program<GodEggItemDupe_Descriptor, GodEggItemDupe>());
179-
if (PreloadSettings::instance().NAUGHTY_MODE){
179+
if (PreloadSettings::instance().NAUGHTY_MODE || PreloadSettings::instance().DEVELOPER_MODE){
180180
ret.emplace_back(make_single_switch_program<GodEggDuplication_Descriptor, GodEggDuplication>());
181181
}
182182

0 commit comments

Comments
 (0)