Skip to content

Commit 6125788

Browse files
committed
dev mode locks
1 parent 83f4265 commit 6125788

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SerialPrograms/Source/PokemonRSE/PokemonRSE_Panels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PanelListFactory::PanelListFactory()
2727
std::vector<PanelEntry> PanelListFactory::make_panels() const{
2828
std::vector<PanelEntry> ret;
2929

30-
ret.emplace_back("---- Settings ----"); //TODO: Add device selection?
30+
ret.emplace_back("---- Settings ----");
3131
ret.emplace_back(make_settings<GameSettings_Descriptor, GameSettingsPanel>());
3232

3333
//ret.emplace_back("---- General ----");

SerialPrograms/Source/PokemonRSE/PokemonRSE_Settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ GameSettings::GameSettings()
5757
PA_ADD_OPTION(START_BUTTON_MASH);
5858
PA_ADD_OPTION(ENTER_GAME_WAIT);
5959
PA_ADD_STATIC(m_shiny_audio_settings);
60-
PA_ADD_OPTION(SHINY_SOUND_THRESHOLD);
61-
PA_ADD_OPTION(SHINY_SOUND_LOW_FREQUENCY);
60+
//PA_ADD_OPTION(SHINY_SOUND_THRESHOLD);
61+
//PA_ADD_OPTION(SHINY_SOUND_LOW_FREQUENCY);
6262
}
6363

6464

SerialPrograms/Source/PokemonRSE/Programs/ShinyHunting/PokemonRSE_StarterReset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ StarterReset::StarterReset()
8383
}
8484

8585
void StarterReset::program(SingleSwitchProgramEnvironment& env, BotBaseContext& context){
86-
//assert_16_9_720p_min(env.logger(), env.console);
86+
assert_16_9_720p_min(env.logger(), env.console);
8787
StarterReset_Descriptor::Stats& stats = env.current_stats<StarterReset_Descriptor::Stats>();
8888

8989
/*

0 commit comments

Comments
 (0)