Skip to content

Commit a247ebd

Browse files
committed
use spaces
1 parent f13e065 commit a247ebd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SerialPrograms/Source/PokemonFRLG/Programs/ShinyHunting/PokemonFRLG_ShinyHunt-Overworld.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ void ShinyHuntOverworld::program(SingleSwitchProgramEnvironment& env, ProControl
105105
*/
106106

107107
while (true){
108-
bool encounter_found = find_encounter(env, context);
108+
bool encounter_found = find_encounter(env, context);
109109

110110
if (!encounter_found){
111111
stats.errors += 1;
112112
env.update_stats();
113113
break;
114-
}
114+
}
115115

116116
//handle_encounter will wait for "POKEMON appeared!"
117117
bool encounter_shiny = handle_encounter(env.console, context, true);
@@ -133,7 +133,7 @@ void ShinyHuntOverworld::program(SingleSwitchProgramEnvironment& env, ProControl
133133
break;
134134
}
135135

136-
flee_battle(env.console, context);
136+
flee_battle(env.console, context);
137137
context.wait_for_all_requests();
138138

139139
stats.encounters++;

0 commit comments

Comments
 (0)