File tree Expand file tree Collapse file tree
SerialPrograms/Source/PokemonFRLG Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
3535 ret.emplace_back (make_settings<GameSettings_Descriptor, GameSettingsPanel>());
3636
3737 ret.emplace_back (" ---- Farming ----" );
38+ ret.emplace_back (make_single_switch_program<NuggetBridgeFarmer_Descriptor, NuggetBridgeFarmer>());
3839 if (PreloadSettings::instance ().DEVELOPER_MODE ){
39- ret.emplace_back (make_single_switch_program<NuggetBridgeFarmer_Descriptor, NuggetBridgeFarmer>());
4040 }
4141
4242 // ret.emplace_back("---- General ----");
@@ -45,9 +45,9 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
4545 ret.emplace_back (make_single_switch_program<GiftReset_Descriptor, GiftReset>());
4646 ret.emplace_back (make_single_switch_program<LegendaryReset_Descriptor, LegendaryReset>());
4747 ret.emplace_back (make_single_switch_program<ShinyHuntOverworld_Descriptor, ShinyHuntOverworld>());
48+ ret.emplace_back (make_single_switch_program<PrizeCornerReset_Descriptor, PrizeCornerReset>());
4849 if (PreloadSettings::instance ().DEVELOPER_MODE ){
4950 ret.emplace_back (make_single_switch_program<LegendaryRunAway_Descriptor, LegendaryRunAway>());
50- ret.emplace_back (make_single_switch_program<PrizeCornerReset_Descriptor, PrizeCornerReset>());
5151 }
5252
5353
You can’t perform that action at this time.
0 commit comments