We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbf46f commit 028f5fdCopy full SHA for 028f5fd
SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp
@@ -159,14 +159,14 @@ void route_wild_zone_19(
159
bool to_zoom_to_max){
160
if (run_a_straight_path_in_overworld(env.console, context, 0, 80, 6500ms) == 0) {
161
open_map(env.console, context, to_zoom_to_max);
162
- pbf_move_left_joystick(context, 0, 64, 100ms, 100ms);
+ pbf_move_left_joystick(context, 0, 64, 50ms, 100ms);
163
if (fly_from_map(env.console, context) == FastTravelState::NOT_AT_FLY_SPOT) {
164
pbf_move_left_joystick(context, 128, 192, 100ms, 100ms);
165
fly_from_map(env.console, context);
166
}
167
} else {
168
169
170
171
172
wait_until_overworld(env.console, context, 50s);
0 commit comments