Skip to content

Commit

Permalink
publish shiny hunt scatterbug program
Browse files Browse the repository at this point in the history
  • Loading branch information
Gin committed Jan 24, 2024
1 parent 88ac422 commit e1f100d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SerialPrograms/Source/PokemonSV/PokemonSV_Panels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{

ret.emplace_back("---- Shiny Hunting ----");
ret.emplace_back(make_single_switch_program<ShinyHuntAreaZeroPlatform_Descriptor, ShinyHuntAreaZeroPlatform>());
ret.emplace_back(make_single_switch_program<ShinyHuntScatterbug_Descriptor, ShinyHuntScatterbug>());

ret.emplace_back("---- Glitches ----");
ret.emplace_back(make_single_switch_program<RideCloner101_Descriptor, RideCloner101>());
Expand All @@ -143,7 +144,7 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
if (IS_BETA_VERSION){
}
if (PreloadSettings::instance().DEVELOPER_MODE){
ret.emplace_back(make_single_switch_program<ShinyHuntScatterbug_Descriptor, ShinyHuntScatterbug>());

}
if (PreloadSettings::instance().DEVELOPER_MODE){
ret.emplace_back("---- Developer Tools ----");
Expand Down

0 comments on commit e1f100d

Please sign in to comment.