From 2efc51f91ffc2978d57d76757f0a57e728b6a17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=86=E2=9C=A0Sa=CD=A5b=CD=A3e=CD=ABr=F0=9F=91=91?= =?UTF-8?q?=E2=B0=80?= Date: Tue, 16 Dec 2025 21:44:33 +0800 Subject: [PATCH] FlySpotReset: fixes moving cursor on map --- .../ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);