Skip to content

Commit 8618556

Browse files
author
Gin
committed
Fix English
1 parent e27af69 commit 8618556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_WildZoneEntrance.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void run_to_gate(ConsoleHandle& console, ProControllerContext& context){
108108
}
109109
}
110110

111-
void enter_wild_zone_entrance(
111+
void enter_wild_zone(
112112
SingleSwitchProgramEnvironment& env,
113113
ProControllerContext& context,
114114
Milliseconds walk_in_zone
@@ -170,7 +170,7 @@ void ShinyHunt_WildZoneEntrance::program(SingleSwitchProgramEnvironment& env, Pr
170170
while (true){
171171
send_program_status_notification(env, NOTIFICATION_STATUS);
172172
stats.resets++;
173-
enter_wild_zone_entrance(env, context, WALK_IN_ZONE);
173+
enter_wild_zone(env, context, WALK_IN_ZONE);
174174
env.update_stats();
175175
}
176176
},

0 commit comments

Comments
 (0)