File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
SerialPrograms/Source/PokemonLZA Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3535#include " Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.h"
3636#include " Programs/ShinyHunting/PokemonLZA_ShuttleRun.h"
3737#include " Programs/ShinyHunting/PokemonLZA_SewerHunter.h"
38- #include " Programs/ShinyHunting/PokemonLZA_ShinyHunt_OverworldMacro.h"
3938#include " Programs/ShinyHunting/PokemonLZA_ShinyHunt_HelioptileHunter.h"
4039
4140// Non-Shiny Hunting
@@ -90,7 +89,6 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
9089 ret.emplace_back (make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
9190 if (IS_BETA_VERSION){
9291 ret.emplace_back (make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
93- ret.emplace_back (make_single_switch_program<ShinyHunt_OverworldMacro_Descriptor, ShinyHunt_OverworldMacro>());
9492 ret.emplace_back (make_single_switch_program<WeatherFinder_Descriptor, WeatherFinder>());
9593 }
9694 if (PreloadSettings::instance ().DEVELOPER_MODE ){
You can’t perform that action at this time.
0 commit comments