diff --git a/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp b/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp index 5d5500cda..3bd74f4ae 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp +++ b/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp @@ -159,14 +159,14 @@ void route_wild_zone_19( bool to_zoom_to_max){ if (run_a_straight_path_in_overworld(env.console, context, 0, 80, 6500ms) == 0) { open_map(env.console, context, to_zoom_to_max); - pbf_move_left_joystick(context, 0, 64, 100ms, 100ms); + pbf_move_left_joystick(context, 64, 144, 100ms, 100ms); if (fly_from_map(env.console, context) == FastTravelState::NOT_AT_FLY_SPOT) { pbf_move_left_joystick(context, 128, 192, 100ms, 100ms); fly_from_map(env.console, context); } } else { open_map(env.console, context, to_zoom_to_max); - pbf_move_left_joystick(context, 0, 64, 100ms, 100ms); + pbf_move_left_joystick(context, 64, 128, 100ms, 100ms); fly_from_map(env.console, context); } wait_until_overworld(env.console, context, 50s);